Re: [python-win32] Problem running python cgi script

2004-12-09 Thread Jeff Lowery
me tweaking, perhaps. - Original Message - From: "Mark Hammond" <[EMAIL PROTECTED]> To: "'Jeff Lowery'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 4:45 PM Subject: RE: [python-win32] Problem running python cgi

RE: [python-win32] Problem running python cgi script

2004-12-08 Thread Mark Hammond
> 4) configured the virtual directory in IIS above to run > "c:\python23\python.exe" -u %s %s on .cgi extensions If the path has a space in it, try adding quotes around the "%s". If the virtual directory is on a network share, move it to a local dir. > Added some logging statements to a log file

[python-win32] Problem running python cgi script

2004-12-08 Thread Jeff Lowery
I'm trying to get MoinMoin Wiki server installed on IIS 6.0, but am hung up on getting the moin.cgi script to execute. Yes, I have read and followed the directions in the INSTALL.html document, including: 1) appended the site-packages directory to sys.path 2) added virtual directory 'wiki', po