Re: CGIHTTPServer, popen3, and windoze

2005-09-14 Thread Fuzzyman
Fuzzyman wrote: > Hello all, > > I may well post this a a bug on Monday (after testing with Python 2.3) > - but I thought I'd post here to see if anyone has any ideas. > Hmm... testing on Python 2.3 I *don't* have the same problem - but it's very frustrating under Python 2.4 (different machine).

CGIHTTPServer, popen3, and windoze

2005-09-11 Thread Fuzzyman
Hello all, I may well post this a a bug on Monday (after testing with Python 2.3) - but I thought I'd post here to see if anyone has any ideas. The basic problem is that under Python 2.4 (and windoze XP SP2) CGIHTTPServer isn't passing the CGI environment variables to scripts it runs. I've chec