Re: [Webware-discuss] Possible CGIWrapper error when using Apache under Windows ME

2001-06-13 Thread Chuck Esterbrook
At 07:38 PM 6/12/2001 -0700, haaserd wrote: >I think os.getegid is a Unix only method. Is this a bug or >have I missed an installation option somewhere? Looks like a bug. In WebKit, there is similar code, but it uses the names of the functions instead and then checks to see if os has them or n

[Webware-discuss] Possible CGIWrapper error when using Apache under Windows ME

2001-06-12 Thread haaserd
Hi, I am trying to get my first (old) application running under CGIWrapper. I am running Windows ME with Apache as a server. I have the 5.1 Webware download. I have copied the Hello.py program from the /Webware/CGIWrapper/Examples directory into my application script directory. When I run it,