Re: [Zope] Installing ZODBC DA 3.01.b
Check in the Control Panel -> Products folder that the product is showing up there correctly, and is not in as a "broken product". If it is broken, go into the product, and look at the traceback. Anthony
Thomas Weiner wrote
Phil Harris schrieb:
Have you restarted the server yet?
Yes .. without success.
And Overwriting the zodbca directory with the directory of my 1-10-3 installation brings up correctly the old sql database adapter in the items list.
regards, thomas
-- fon: ++49 (0)40 42878 3781 fax: ++49 (0)40 42878 2728
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
-- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
Anthony Baxter schrieb:
Check in the Control Panel -> Products folder that the product is showing up there correctly, and is not in as a "broken product". If it is broken, go into the product, and look at the traceback.
Aah .. okay .. the traceback says: <!-- This object's class was Connection in module Products.ZODBCDA.DA. --> thanks & regards, thomas
Thomas Weiner schrieb:
Anthony Baxter schrieb:
Check in the Control Panel -> Products folder that the product is showing up there correctly, and is not in as a "broken product". If it is broken, go into the product, and look at the traceback.
Aah .. okay .. the traceback says:
<!-- This object's class was Connection in module Products.ZODBCDA.DA. -->
oops sorry .. deleting the broken product and restarting zope shows up a clearer traceback: Traceback (innermost last): File "D:\PROGRA~1\Zope2-0\lib\python\OFS\Application.py", line 393, in import_products product=__import__(pname, global_dict, global_dict, silly) File "D:\Programme\Zope2-0\lib\python\Products\ZODBCDA\__init__.py", line 91, in ? import DA File "D:\Programme\Zope2-0\lib\python\Products\ZODBCDA\DA.py", line 92, in ? from db import DB, manage_ODBCDataSources File "D:\Programme\Zope2-0\lib\python\Products\ZODBCDA\db.py", line 89, in ? from Shared.DC.ZRDB.THUNK import THUNK_TM ImportError: cannot import name THUNK_TM thabnks and regards thomas
participants (2)
-
Anthony Baxter -
Thomas Weiner