Python / Django

Status
Not open for further replies.

maarlin

New Member
Messages
1
Reaction score
0
Points
0
Hello,
I'm trying to get run django python framework on your machine. Exactly on chopin. I've uploaded the whole framework using FTP, then tried to run some script, like http://maarlin.x10.mx/setup.py but it didn't run, it only displayed its source code in my browser...
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
add this to your .htaccess:
Code:
AddHandler cgi-script .py
Also make sure you set the script to 755
 
Status
Not open for further replies.
Top