|
From: John H. <jdh...@ac...> - 2005-07-12 20:52:20
|
>>>>> "Flavio" == Flavio Coelho <fcc...@gm...> writes:
Flavio> This is very weird indeed, I have run poisson millions of
Flavio> times by itsel on the python console, without any
Flavio> problems...
Does your code include any custom or non-standard extension code? If
so, you could have a pointer error somewhere which is fouling up the
ranlib memory layout and causing the error. If you can't reproduce
the error with a pure python + Numeric script, this may be the
explanation.
JDH
|