Dimedrol
04-15-2009, 03:42 AM
Hello!
I want to start using Python on my Bluehost's website.
I've got simple "hello world" script:
#!/usr/bin/python
print "Hello, World!"
So...
Does this path to python is right?
And where to upload this script to? (cgi-bin?)
How to start this script (go to url?)
Script rights? (777 or what?)
In general - how to start using it? :)
I want to start using Python on my Bluehost's website.
I've got simple "hello world" script:
#!/usr/bin/python
print "Hello, World!"
So...
Does this path to python is right?
And where to upload this script to? (cgi-bin?)
How to start this script (go to url?)
Script rights? (777 or what?)
In general - how to start using it? :)