[Zope] change properties in external methods (was get properties ....)
Dieter Maurer
dieter@handshake.de
Fri, 22 Nov 2002 20:13:04 +0100
Elena Schulz writes:
> ...
> 1. problem: I managed to upload files, folder, ... with title just python
> scripts don't work (I'll show the code later...)
Again: be precise for "don't work"!
> 2. problem: I cannot add other properties upto now
Why not? What happens?
> import urllib
You may consider using "ZPublisher.Client".
It is way simpler than "urllib".
Dieter