[Zope] ODBC product won't import

Martijn Pieters mj@antraciet.nl
Mon, 20 Sep 1999 14:44:28 +0200


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
------------------------------------------