20 Mar
2002
20 Mar
'02
7:58 a.m.
-----Original Message----- From: Bak @ kedai [mailto:kedai@kedai.com.my] Sent: Wednesday, March 20, 2002 4:16 AM To: Etienne Labuschagne; Zope User List (E-mail) Subject: Re: [Zope] URL encoding in a python script?
Is there an equivalent to urllib.urlencode for Python scripts?
I tried to import urllib and then use the above, but no luck. Am I missing something obvious?
certain formatting like url_quote, html_quote, etc can be imported off the top of my head, try: from Products.PythonScript.standard import url_quote if it doesnt work, check spelling, probably Products.PythonScripts.standards ..
Thanks Etienne