Ok, nevermind, I figured it it, see below On 7/27/06, Gregory Piñero <[EMAIL PROTECTED]> wrote: > Hi Wise Python Folk, > > Here's my code: > >>> p={'type':'bar','title':'Gregs Chart 1','values':[1,2,3],'labels':[1,2,3]} > >>> urllib.urlencode(p)
I simply should have said: urllib.urlencode(query=p,doseq=1) Which makes it handle lists/sequences. -- http://mail.python.org/mailman/listinfo/python-list