Re: pickle: No module named on. HELP!

2005-03-19 Thread fanbanlo
fanbanlo wrote: What seems to be the matter? >>> path = "C:\\eclipse\\workspace\\moin134\\docbook\\xslt\\html\\db_compiled.dat" >>> f = file(path) >>> cPickle.load(f) Traceback (most recent call last): File "", line 1, in ? ImportError: No module named on. >>> f = file(path) >>> pickle.load(

pickle: No module named on. HELP!

2005-03-19 Thread fanbanlo
What seems to be the matter? >>> path = "C:\\eclipse\\workspace\\moin134\\docbook\\xslt\\html\\db_compiled.dat" >>> f = file(path) >>> cPickle.load(f) Traceback (most recent call last): File "", line 1, in ? ImportError: No module named on. >>> f = file(path) >>> pickle.load(f) Traceback (most re