Upgraded to python2.3 but httpd taking old version
Jim
jhefferon at smcvt.edu
Tue Jan 11 08:45:26 EST 2005
Gurpreet Sachdeva wrote:
> I upgraded my python to 2.3 from 2.2 but
> [Tue Jan 11 16:18:45 2005] [error] [client 127.0.0.1] import cgi
> [Tue Jan 11 16:18:45 2005] [error] [client 127.0.0.1] File
> "/usr/lib/python2.2/cgi.py", line 38, in ?
Does the first line of your file say
#!/usr/bin/python2.3
(or whatever is appropriate for your system)?
Jim
More information about the Python-list
mailing list