O
Actually, since the scripts I want to run are running on a remote machine and, they are accessible through the web, I just added the following lines to python script :
import urllib stuff=urllib.urlopen("http://remotehost/cgi-bin/somecgiscript") print stuff.read()
And I get the results from the script being executed.
you may want to try www.zope.org/Members/kedai/KebasData it's a zope product that gets accessable data thru the web. you can then specify/configure what you want and what you dont want from the data ymmv
Mixo P.S. I have tried this through Zope yet.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )