"GC object already in linked list" error when testall.test()
![](https://secure.gravatar.com/avatar/7cb670ae1221244fa874d2ebedeb549a.jpg?s=120&d=mm&r=g)
Hello, I installed numarray on a RedHat 8.0 with Python 2.2.1. The build completed fine, but it failed when I tried to testall.test(). Here is the output: ------------------------------------------------------------ Python 2.2.1 (#1, Aug 30 2002, 12:15:30) [GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
Seems like a garbage collector problem. That's all I can tell. I installed using "python setup.py install --gencode --prefix=<installation directory>" and then "export PYTHONPATH". Does anyone have a clue how this can be fixed? Thanks! Tina
![](https://secure.gravatar.com/avatar/faf9400121dca9940496a7473b1d8179.jpg?s=120&d=mm&r=g)
On Fri, 2004-02-20 at 10:49, Tina Li wrote:
Python-2.2.3 and Python-2.3.3 both (seem to) work fine, so I suggest upgrading to one of those. I've had no problem reproducing this bug, but solving it is another matter. Regards, Todd -- Todd Miller <jmiller@stsci.edu>
![](https://secure.gravatar.com/avatar/7cb670ae1221244fa874d2ebedeb549a.jpg?s=120&d=mm&r=g)
Hello, I'm using numarray on a RH 7.0 with Python 2.3. In my application I import numarray like this: from numarray import * and it complains: ----------------------------- File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/__init__.py", line 11, in ? from numarrayall import * File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/numarrayall.py ", line 1, in ? from numerictypes import * File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/numerictypes.p y", line 33, in ? from typeconv import typeConverters as _typeConverters File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/typeconv.py", line 6, in ? import _conv ImportError: undefined symbol: PyFloat_Type ----------------------------- So where should I start looking to fix it? Thanks! Tina
![](https://secure.gravatar.com/avatar/faf9400121dca9940496a7473b1d8179.jpg?s=120&d=mm&r=g)
On Fri, 2004-02-20 at 10:49, Tina Li wrote:
Python-2.2.3 and Python-2.3.3 both (seem to) work fine, so I suggest upgrading to one of those. I've had no problem reproducing this bug, but solving it is another matter. Regards, Todd -- Todd Miller <jmiller@stsci.edu>
![](https://secure.gravatar.com/avatar/7cb670ae1221244fa874d2ebedeb549a.jpg?s=120&d=mm&r=g)
Hello, I'm using numarray on a RH 7.0 with Python 2.3. In my application I import numarray like this: from numarray import * and it complains: ----------------------------- File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/__init__.py", line 11, in ? from numarrayall import * File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/numarrayall.py ", line 1, in ? from numerictypes import * File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/numerictypes.p y", line 33, in ? from typeconv import typeConverters as _typeConverters File "/home/thli/pymol/ext/lib/python2.3/site-packages/numarray/typeconv.py", line 6, in ? import _conv ImportError: undefined symbol: PyFloat_Type ----------------------------- So where should I start looking to fix it? Thanks! Tina
participants (2)
-
Tina Li
-
Todd Miller