Apache2Triad Help, Support and Development Forum Index Apache2Triad Help, Support and Development
The apache2triad help , support and development forums
 

python scripts not working
Click here to go to the original topic

 
       Apache2Triad Help, Support and Development Forum Index -> Programming
View previous topic :: View next topic  
Author Message
yatharth



Joined: 19 Aug 2008
Posts: 3

Posted: Tue Aug 19, 2008 7:52 am    Post subject: python scripts not working  

when I try to run python cgi scripts from my browser, it gives the following error

Error 500: Internal Server Error
http://localhost/cgi-bin/try.cgi is misconfigured.
Please check the server logs, fix the problem, then try again.

and I checked the error log it says that
The system cannot find the path specified. : couldn't create child process: 720003: try.cgi


My script is
try.cgi

#!C:/apache2triad/python/bin/python.exe
print "Contect-type: text/html\n\n"
print "Hello World!"

It works alright when I rename it to try.py
but try.cgi gives the above error

please tell me what is the problem
Back to top  
DELETED
Guest





Posted: Wed Jan 07, 2009 11:28 am    Post subject:  

DELETED
Back to top  
 
       Apache2Triad Help, Support and Development Forum Index -> Programming
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.13 © 2001, 2002 phpBB Group