What is "marshal data"?
Cliff Wells
logiplexsoftware at earthlink.net
Thu Nov 15 13:33:50 EST 2001
On Thursday 15 November 2001 10:28, Soren Ragsdale wrote:
> Possible sources of the problem: "uh.py" is imported from MANY
> programs on our network. It's being imported by Linux and Irix
> machines running 1.5.2 and 2.1.1 versions of Python. Could this be
As mentioned in another thread, the bytecode between python versions is not
backward compatible, so you may be trying to execute 2.1.1 bytecode on a
1.5.2 interpreter and that may be causing the problem.
--
Cliff Wells
Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308
(800) 735-0555 x308
More information about the Python-list
mailing list