From: Gregory L. <gre...@ff...> - 2004-06-24 17:54:07
|
Hi Gregory, I also built the 0.60b snapshot with numarray (Todd it's enough to set the NUMERIX flags in setup.py and setupext.py - no extra link stuff, right?) It works fine on my platform (winxp, enthought python2.3.3, numarray 0.9). Hope it helps, http://nitace.bsd.uchicago.edu:8080/files/share/matplotlib-0.60b.numarra y.win32-py2.3.exe Sorry - still the same bug I am affraid...assertion ob_refcnt == 0 failed on line 1031 of cxx_extensions.cxx. Maybe if your debug version is available it is worth running it on my computer? Also, a wild guess but maybe the behavior mentioned by Daniele in user list is related? He seems to use about the same platform as me: numarray 0.9, python 2.3.4....although on win2000 where I did not observe any problem (I did not run it for long either, only the time to plot sin(x)...) One thing one could also try would be to compile a version without the assert in the destructor, not sure it will lead to problem but it could give more information, worth considering if it is easier than providing a "debug" version? Best regards, Greg. |