Re: [Tutor] Cannot run .py file from apache web server , Guidance requested

2006-01-31 Thread Bob Gailer
Further delving leads to "Apache Tutorial: Dynamic Content with CGI" in the Apache Documentation. Under that is a section "But it's still not working! ... you see ... The source code of your CGI program ...That means that you have not properly configured Apache to process your CGI program. Rere

Re: [Tutor] Cannot run .py file from apache web server , Guidance requested

2006-01-31 Thread Bob Gailer
John Joseph wrote: > Hi > I am trying to execute .py scripts from my > apache web server , but it is not giving the results > as how I run php files , it just displays the > contents of the script , I am able to run and get > results of PHP from the same loaction > my “sample-test.py “file

[Tutor] Cannot run .py file from apache web server , Guidance requested

2006-01-31 Thread John Joseph
Hi I am trying to execute .py scripts from my apache web server , but it is not giving the results as how I run php files , it just displays the contents of the script , I am able to run and get results of PHP from the same loaction my “sample-test.py “file is as follows import cgi reshtm