does anybody know how to use gvibDA with Python2.0? i untared gvibDA-0.9.6.tar.gz in the Zope-root. then i followed the steps of README. inside /lib/python/Products/gvibDA/gvib i configured Setup.in with the right path to IB and Python2.0. Then i did compiled it typing "make -f Makefile.pre.in boot" and "make". Everything went fine except the following message: read /usr/lib/python2.0/config/Setup.local /usr/lib/python2.0/config/Setup cat: /usr/lib/python2.0/config/Setup.thread: Datei oder Verzeichnis nicht gefunden ("could not open") and indeed there is no "/usr/lib/python2.0/config/Setup.thread". copying all the file into the python-lib path (as in README) and starting the interpreter i got: root@ariel:~ > python Python 2.0 (#1, Mar 1 2001, 02:42:21) [GCC 2.95.2 19991024 (release)] on linux2 Type "copyright", "credits" or "license" for more information.
import gvib Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.0/site-packages/gvib/__init__.py", line 39, in ? from gvib import * File "/usr/lib/python2.0/site-packages/gvib/gvib.py", line 46, in ? import gvibBase ImportError: undefined symbol: Py_Realloc
So, can anyone help me with that? Thanks very much. Andreas Hölzl