Buck Golemon
workitharder at gmail.com
Mon Jul 14 13:52:15 EDT 2008
I had to manually alter my class's __module__ attribute to get it to unpickle successfully. >>> print MyClass.__module__ _mp_6a56a751b58d143e34982c81384539ef >>> MyClass.__module__ = "myscript" This solved my problem, but is there something I'm doing wrong? It doesn't seem like I should have to do this. -- Buck Golemon AIM: bukzor Cell: (480) 272-1153 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080714/0c30c145/attachment.html
|