Using urllib in python script
21 Sep
2001
21 Sep
'01
3:16 p.m.
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 :-( TIA, Gitte
21 Sep
21 Sep
4:04 p.m.
New subject: [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
10:40 p.m.
New subject: [Zope] Using urllib in python script
Gitte Wange writes:
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 :-( That's an FAQ nowadays? --> Mailing list archives.
Dieter
8962
Age (days ago)
8962
Last active (days ago)
2 comments
3 participants
participants (3)
-
Dieter Maurer -
Gitte Wange -
Philippe Jadin