[Zope] no one using Interbase and Zope with gvibDA?

Andreas Hölzl hoelzla@uni-freiburg.de
Sat, 15 Jun 2001 11:45:40 +0200


please don't think that i'm impolite,
but i'm wondering quite a bit, why there is no response to my request
(see below).

Isn't there anyone out there using Interbase together with Zope (via
gvibDA)?

Thanks,

Andreas Hölzl,
in medias res, Germany

------ Forwarded message -------


From: Andreas Hölzl <hoelzla@uni-freiburg.de>
To: zope@zope.org
Date: Thu, 13 Jun 2001 11:58:17 +0200

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


_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )