LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   CGI in Python (https://www.linuxquestions.org/questions/programming-9/cgi-in-python-218868/)

indian 08-17-2004 02:18 PM

CGI in Python
 
Ok So I have made a small CGI Programs in Python and when I tried it to run on the Server(I am in a Network and We have Apache as Web Server) it is giving "Internal Server Error".My previous programs of CGI in Perl are working fine.Do we have to install somthing more to run Python scripts?
By the way I have compiled my CGI program and it is fine (No Compilation Error)...Thanks...

SolarBear 08-17-2004 03:25 PM

Hmm didn't you need mod_python for Apache ?

http://www.modpython.org/

Strike 08-18-2004 02:32 PM

No you don't need mod_python. Check your Apache error.log and post the error message.


All times are GMT -5. The time now is 06:41 AM.