hi, I've just downloaded the 2.01 Win32 version, and the latest ODBC adapter. However, the ODBC product is broken with the following: ZODBCDA Import Traceback Traceback (innermost last): File "F:\Zope2\lib\python\OFS\Application.py", line 393, in import_products product=__import__(pname, global_dict, global_dict, silly) File "F:\Zope2\lib\python\Products\ZODBCDA\__init__.py", line 91, in ? import DA File "F:\Zope2\lib\python\Products\ZODBCDA\DA.py", line 92, in ? from db import DB, manage_ODBCDataSources File "F:\Zope2\lib\python\Products\ZODBCDA\db.py", line 89, in ? from Shared.DC.ZRDB.THUNK import THUNK_TM ImportError: cannot import name THUNK_TM ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Graham Chiu Sent: Monday, September 20, 1999 5:35 AM To: zope@zope.org Subject: [Zope] ODBC product won't import
hi,
I've just downloaded the 2.01 Win32 version, and the latest ODBC adapter. However, the ODBC product is broken with the following:
ZODBCDA Import Traceback Traceback (innermost last): File "F:\Zope2\lib\python\OFS\Application.py", line 393, in import_products product=__import__(pname, global_dict, global_dict, silly) File "F:\Zope2\lib\python\Products\ZODBCDA\__init__.py", line 91, in ? import DA File "F:\Zope2\lib\python\Products\ZODBCDA\DA.py", line 92, in ? from db import DB, manage_ODBCDataSources File "F:\Zope2\lib\python\Products\ZODBCDA\db.py", line 89, in ? from Shared.DC.ZRDB.THUNK import THUNK_TM ImportError: cannot import name THUNK_TM
Hello, I also had the same problem with zope2.0.0, which I installed over a 2.0.b<something> installation. After uninstalling zope2.0.0 and reinstalling it, and reinstalling zodbc it went away. ymmv, Rik Hoekstra
At 05:34 20/09/99 , Graham Chiu wrote:
hi,
I've just downloaded the 2.01 Win32 version, and the latest ODBC adapter. However, the ODBC product is broken with the following:
ZODBCDA Import Traceback Traceback (innermost last): File "F:\Zope2\lib\python\OFS\Application.py", line 393, in import_products product=__import__(pname, global_dict, global_dict, silly) File "F:\Zope2\lib\python\Products\ZODBCDA\__init__.py", line 91, in ? import DA File "F:\Zope2\lib\python\Products\ZODBCDA\DA.py", line 92, in ? from db import DB, manage_ODBCDataSources File "F:\Zope2\lib\python\Products\ZODBCDA\db.py", line 89, in ? from Shared.DC.ZRDB.THUNK import THUNK_TM ImportError: cannot import name THUNK_TM
Hmm.. this should be from Shared.DC.ZRDB.THUNK import THUNKED_TM As the zope.org site seems to be down right now (the old site on port 8080 is there), I cannot verify if the current release is correct. This might be a bug, and then you'll need to report it to http://www.zope.org:8080/Collector/ I have not seen any reference to this particalr bug in there. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (3)
-
Graham Chiu -
Martijn Pieters -
Rik Hoekstra