[sqlalchemy] Re: sqlalchemy + django

2007-08-18 Thread Vitaliyi
Thanks a lot. I've defined classes in separate module and it is working now. On 8/17/07, Michael Bayer [EMAIL PROTECTED] wrote: On Aug 17, 11:54 am, Vitaliyi [EMAIL PROTECTED] wrote: I've tried this : import psycopg2 ... s = curs.fetchone()[0] ls = cPickle.loads(str(s

[sqlalchemy] Re: sqlalchemy + django

2007-08-17 Thread Vitaliyi
On 8/17/07, Michael Bayer [EMAIL PROTECTED] wrote: its a pickling error. Pickle is not managing to map your pickled data back to the correct module name from which to import the Path object.If this module (i.e., where the Path class originates) is run by django in some kind of dynamic