unpickling an NT object in Solaris?

Bill Dozier dozier at bellatlantic.net
Tue Apr 20 10:57:49 EDT 1999


Hi,

I created an object running python on NT and pickled it. I have no problem
unpickling on NT, but when I ftp'd the file over to Solaris, I get an
ImportError exception ("No module named __main__^M") when I try to
unpickle it.

Is this a 1.5.2 (on NT) vs. 1.5.1 (on Solaris) problem, or am I mistaken
in expecting the pickled objects to work cross-platform?

Thanks!




More information about the Python-list mailing list