f2py error - windows xp (F2PY-2.43.239_1806)
Berthold Höllmann
bhoel at web.de
Sat Sep 25 18:07:53 EDT 2004
More information about the Python-list mailing list
Sat Sep 25 18:07:53 EDT 2004
- Previous message (by thread): f2py error - windows xp (F2PY-2.43.239_1806)
- Next message (by thread): f2py error - windows xp (F2PY-2.43.239_1806)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"M. Faust" <marfadeut at gmx.de> writes: > Hi, > > after having installed F2PY-2.43.239_1806 I get the following error > when trying to run the hello.f example from the /docs directory: > > f2py.py --fcompiler=compaqv -c -m hello hello.f ... > error C2039: 'weakreflist' : is not a member of 'PyArrayObject' ... > I'm on Windows XP with Python 2.3.4. Has anybody an idea what's going > wrong? Thanks in advance! It seems the latest f2py versions need NumPy 23.3 which íntroduces 'weakreflist' in the 'PyArrayObject' struct. Regards Berthold -- bhoel at web.de / http://starship.python.net/crew/bhoel/
- Previous message (by thread): f2py error - windows xp (F2PY-2.43.239_1806)
- Next message (by thread): f2py error - windows xp (F2PY-2.43.239_1806)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list