[Carl J. Van Arsdall]
> Hey everyone, cPickle is raising an ImportError that I just don't quite
> understand.
When I get in such a situation, I replace "cPickle" with
Python's "pickle". Usually, I get the same exception -- but
this time with a traceback that can be analysed with "pdb.pm()".
Usuall
[Carl J. Van Arsdall]
> Hey everyone, cPickle is raising an ImportError that I just don't quite
> understand.
When that happens, the overwhelmingly most likely cause is that the
set of modules on your PYTHONPATH has changed since the pickle was
first created, in ways such that a module _referenced
Carl J. Van Arsdall wrote:
> Hey everyone, cPickle is raising an ImportError that I just don't quite
> understand. Before I paste the code, let me explain the application.
> Basically the part of the application that failed is a function that
> loads a list of objects from a file using cPickle
Hey everyone, cPickle is raising an ImportError that I just don't quite
understand. Before I paste the code, let me explain the application.
Basically the part of the application that failed is a function that
loads a list of objects from a file using cPickle. This list is a queue
of request