can i instyall python script on ad free hosting account
I icemanc New Member Messages 26 Reaction score 0 Points 0 Oct 17, 2009 #1 can i instyall python script on ad free hosting account
xav0989 Community Public Relation Community Support Messages 4,467 Reaction score 95 Points 0 Oct 17, 2009 #2 Python is installed in the free hosts. Use Code: #!/usr/bin/env python as the shebang line, set the permission of the file to 755, the file extension to cgi and the file in the cgi-bin folder. Edit: SEE http://forums.x10hosting.com/tutorials/103124-how-run-python-x10hosting.html for more information. Last edited: Oct 17, 2009
Python is installed in the free hosts. Use Code: #!/usr/bin/env python as the shebang line, set the permission of the file to 755, the file extension to cgi and the file in the cgi-bin folder. Edit: SEE http://forums.x10hosting.com/tutorials/103124-how-run-python-x10hosting.html for more information.