Python access

Status
Not open for further replies.

christopher_x

New Member
Messages
1
Reaction score
0
Points
0
Hi,
In cPanel (my main domain is findx.pcriot.com) in the Software/Services box I don't have any options of installing Python. How can I install the python software on the domain?

Best,
Christopher
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
Make sure
Code:
#!/usr/bin/env python
is at the top of your scripts, and you may need to add the following line to your .htaccess file
Code:
AddHandler cgi-script .py
If you are referring to installing python scripts(like installing php scripts through Fantastico) then you are out of luck.
 
Status
Not open for further replies.
Top