wasm-demo/demo/ermis-f/python_m/cur/0770

22 lines
643 B
Plaintext

From: dozier at bellatlantic.net (Bill Dozier)
Date: Tue, 20 Apr 1999 10:57:49 -0400
Subject: unpickling an NT object in Solaris?
Message-ID: <dozier-2004991057490001@client-151-200-124-68.bellatlantic.net>
X-UID: 770
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!