6 Aug
2002
6 Aug
'02
8 a.m.
On Mon, 05 Aug 2002 13:26:47 -0400 "Jorge O. Martinez" <jmartinez@eMediaMillWorks.com> wrote:
is how I could write a python script that interacts with Zope from my console. Is that possible? Or is it a security issue? Any ideas will be appreciated.
Some ideas there : - xml-rpc - wget special urls (for example a python script), something like : http://www.site.com/mypath/myobject/addproperty?id=author&type=string&conten... (you'll have to write the script yourself, but it is easy. You should use wget authentification). Looks like "poor man xml-rpc" - I think you can also connect directly to zodb, but I don't think it's needed. (ZEO) hth -- Philippe Jadin 123piano.com