[Zope-DB] Zope + Firebird
W. Robert Kellock
sales@creditscore.co.nz
Wed, 12 Jun 2002 11:07:52 +1200
Have you compiled gvibBase into the shared library gvibBase.so and if you
have is the directory where it resides in your Python path? An easy way to
find out your Python path is to create an external method in Zope which
holds the following code and test it.
import sys
def sysPath(self):
buff = ''
for dir in sys.path:
buff = '%s\n%s' % (buff, dir)
return buff
----------------------------------------------------------------------------
---------------------------------
W.Robert Kellock Ph:
+64 3 326 6115
Sales Manager Fax:
+64 3 326 6115
Credit Systems Control Ltd Web:
www.creditscore.co.nz
"making decisions easy"
----------------------------------------------------------------------------
---------------------------------
----- Original Message -----
From: "cpen" <cpen@bol.com.br>
To: <zope-db@zope.org>
Sent: Wednesday, 12 June 2002 08:00
Subject: [Zope-DB] Zope + Firebird
Hi,
We are using Zope and trying to connect him with a
Firebird database.
A message error was reported:
Canīt load GVIB.
Some are having the same problem. Could you help us ?
Thanks a lot.
Renato Cesar Penha
Campinas-SP / Brasil
PS: We can use already Postgre if you will heve a
solution.