Re: reading pickled files

2010-08-13 Thread Daniel Roseman
On Aug 12, 4:53 pm, Tony wrote: > This is more of a python question but its in my Django project.  I am > reading a unicode object and an integer from a database into a > dictionnary and storing that in a pickled file.  Ive confirmed the > dictionary is done correctly because i print it out from t

Re: reading pickled files

2010-08-12 Thread Boguslaw Faja
Hi, without any code it's hard to say what can be a source of the problem. best regards, On Thu, Aug 12, 2010 at 5:53 PM, Tony wrote: > This is more of a python question but its in my Django project.  I am > reading a unicode object and an integer from a database into a > dictionnary and storin

reading pickled files cont.

2010-08-12 Thread Tony
I just realized it said the error occurred here: /home/opadmin/webapps/django/lib/python2.6/django/http/__init__.py in _get_content, line 395 So I guess dJANGO has something to do with it -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

reading pickled files

2010-08-12 Thread Tony
This is more of a python question but its in my Django project. I am reading a unicode object and an integer from a database into a dictionnary and storing that in a pickled file. Ive confirmed the dictionary is done correctly because i print it out from the pickled file later to check. I also c