+= doesn't work in python cgi's

Oleg Broytmann phd at phd.pp.ru
Mon Oct 8 06:24:47 EDT 2001


On Mon, Oct 08, 2001 at 06:18:43PM +0800, Michael Palm wrote:
> I have a strange error in that += doesn't seem to work in a cgi program
> 
> #!/usr/bin/env python

   Your CGI has different search PATH, and is running under Python 1.5.2.
Either use full path to Python 2.0+, or change search PATH, it is
configured in httpd configuration.

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list