Ron Garret wrote: > In article <[EMAIL PROTECTED]>, > Steve Holden <[EMAIL PROTECTED]> wrote: > > >>But basically, you aren't providing a CGI environment, and that's why >>cgi.parse() isn't working. > > > Clearly. So what should I be doing? Surely I'm not the first person to > have this problem? > > I have managed to work around this for now by copying and modifying the > code in cgi.parse, but this still feels like a Horrible Hack to me. > Let me get this right. You are aware that CGIHTTPServer module exists. But you don't want to use that. Instead you want to use your own code. So you have ended up duplicating some of the functionality of the cgi library. And it feels like a hack.
Have I missed anything? :-) regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenweb.com Skype: holdenweb http://holdenweb.blogspot.com Recent Ramblings http://del.icio.us/steve.holden -- http://mail.python.org/mailman/listinfo/python-list