Using Python Scripts in Zope

phillip phillip at transwitch.co.za
Thu Nov 1 03:12:49 EST 2001


Hi,

I am a little lost as to how I can send http requests to python
scripts from a form element with Zope as the webserver.

I know how to do this with jsp's under a tomcat webserver.

But it looks like you have to add the python scripts in the management
front end - which I did, yet I still get an error when performing a
simple query from a form.

I used : action="/cgi-bin/crawl.py", action="/pcgi/crawl.py",
action="crawl.py"

still the error - can't locate the resource

any ideas?

Phill



More information about the Python-list mailing list