Win 95, PWS, Unable to run python

Jeff Shipman shippy at cs.nmt.edu
Mon Feb 21 12:06:16 EST 2000


rchowd1 at my-deja.com wrote:
> 
> PWS (Personal Web Server) is running on my Windows 95 OS.
> But whenever I am trying to execute the Test.asp file I get
> entire Test.py file as is instead of getting executed. Could
> you please let me know what I am doing wrong. The following
> files work when I use APACHE WEB SERVER.
> 
#!c:/Program Files/Python/Python.exe

Try turning your slashes around, so it looks like:

#!c:\Program Files\Python\Python.exe

Don't know if that will solve your problem, but
it's worth a try.

-- 
+-----------------------------------------------------+
| Jeff "Shippy" Shipman     E-Mail: shippy at cs.nmt.edu |
| Computer Science Major    ICQ: 1786493              |
| New Mexico Institute of Mining and Technology       |
| Homepage: http://www.nmt.edu/~shippy                |
+-----------------------------------------------------+



More information about the Python-list mailing list