PLEASE! do NOT send 1.3MB attachments to a distributed, public list. It took ten minutes to get all of my email (totalling almost 3MB, half being your attachment alone). This is terrible list ettiquette and I hope I don't see it from anyone again.
I know this might be a simple thing for many but it's driving me nuts. I have IIS3.0 running and cgi-bin mapped to e:\Program Files\RPA\extensions, and I can run a testCgi.py if I do http://localhost/cgi-bin/testCgi.py.
So next I moved the commands into a method called test and then I brought it up in ZOPE as external method and it came up fine. I have Zope(RPA) running as a service. What I'm lost is how do I now execute the method. If I try http://localhost/cgi-bin/testCgi/test I get a message saying the Page cannot be found. Also if I try http://localhost/cgi-bin/testCgi.py I get the following error message CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: E:\Python\python.exe: can't open file 'E:\Program'
Could someone please point me in the right direction. This is how my ZOPE screen looks like
<<Zope.bmp>>