I'm trying to use Pickle to take a rather large dictionary object and pass it via URL to a small python utility outside of my Django application... however when I attempt to construct the URL in my template, I keep getting the following error:
'utf8' codec can't decode byte 0x80 in position 1878: unexpected code byte Unicode error hint The string that could not be encoded/decoded was: mberq?U?U Z I had tried to just use the Pickle .dump without specifying binary, but the URL was then too long. Can anyone give me any tips as to what I might need to do here? Thanks for any information. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

