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