Install Python on Apache

Neil Hodgson neilh at scintilla.org
Fri Mar 23 15:18:56 EST 2001


Sharp:

> [Fri Mar 23 15:54:50 2001] [error] [client xxx.xxx.xxx.xxx] Premature end
of
> script headers: c:/web/cgi-bin/python/python.exe
>
> the script is looking like this
>
> #!c:/web/cgi-bin/Python/python.exe
> ...

   I had success with:
#! c:\Program Files\Python\Python
   so try adding the space, using backslashes or dropping the .exe

   Neil





More information about the Python-list mailing list