[Zope] Using urllib in python script

Eric Walstad eric@walstads.net
Sat, 22 Sep 2001 14:35:30 -0700


Hi,
I just figured this out myself.  I posted it to ZopeLabs yesterday:
http://www.zopelabs.com/cookbook/1001111275

Hope that helps.
Eric.


> Date: Fri, 21 Sep 2001 18:04:23 +0200
> From: Philippe Jadin <philippe@123piano.com>
> To: Gitte Wange <gitte@mmmanager.org>
> CC: zope@zope.org
> Subject: Re: [Zope] Using urllib in python script
> 
> 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
>