[Zope] Using urllib in python script

Philippe Jadin philippe@123piano.com
Fri, 21 Sep 2001 18:04:23 +0200


Gitte Wange wrote:
> 
> Hello,
> 
> I want to use the quote function from the urllib module - but how do I import
> it into a Zope python script ?
> from urllib import quote gives an error :-(
>

Arent' python scripts limited to import only a few librairies ? You'd
better use an external method I guess (-> zope book ?)

Philippe