Python: can't pickle module objects error

Posted by adum on Stack Overflow See other posts from Stack Overflow or by adum
Published on 2010-05-07T18:33:12Z Indexed on 2010/05/07 18:38 UTC
Read the original article Hit count: 292

Filed under:
|

i'm trying to pickle a big class and getting "TypeError: can't pickle module objects". despite looking around the web, i can't exactly figure out what this means. and i'm not sure which "module object" is causing the trouble. is there a way to find the culprit? the stack trace doesn't seem to indicate anything.

© Stack Overflow or respective owner

Related posts about python

Related posts about pickle