Ned Deily wrote:
In article <[EMAIL PROTECTED]>,
Klaus Kopec <[EMAIL PROTECTED]> wrote:
What did I do wrong?
Old Python version? :)
Seems to work in 3.0 (don't have 2.6 currently to check but IMO it's
fixed there as well).
It works for me with v3.0 as well, but not with v2.6.1 (same error as
stated before for v2.4).
Is there any way to fix this in v2.6.1 or even v2.4? Right now I cannot
switch to v3.0 because I depend on several not compatible packages
(numpy, biopython, ...)
It looks like your example can be made to work by either specifying
pickle protocol 2 or by switching to cPickle.
Using pickle protocol 2 solved the problem. Thank you all for helping me
out!
--
http://mail.python.org/mailman/listinfo/python-list