Hi,
I just installed the ODBC package for Win32. Unzipped in the c:\zope directory, let the package put things in the appropriate folders.
Reading the README (after zope subsequently fails to start) tells me I need sql.dll, perhaps available from the Python.org site.
That was wrong -- you don't need any external modules to use the ODBC DA. We've fixed the documentation on this. How did Zope fail to start? What errors did it give? Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
At 11:25 AM 12/21/98 -0500, you wrote:
How did Zope fail to start? What errors did it give?
Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
Oops... C:\Zope>"C:\Zope\bin\python.exe" "C:\Zope\serve.py" -p 80 Traceback (innermost last): File "C:\Zope\serve.py", line 100, in ? ZopeHTTPServer.main(args) File "C:\Zope\ZopeHTTPServer\ZopeHTTPServer.py", line 527, in main start(module_file,host,port,threading,env) File "C:\Zope\ZopeHTTPServer\ZopeHTTPServer.py", line 467, in start set_published_module(module_file,BoboRequestHandler,env) File "C:\Zope\ZopeHTTPServer\ZopeHTTPServer.py", line 463, in set_published_mo dule __import__(name) # to catch problem modules right away File "C:\Zope\lib\python\Main.py", line 115, in ? Bobobase=OFS.Application.open_bobobase() File "C:\Zope\lib\python\OFS\Application.py", line 349, in open_bobobase install_products(app) File "C:\Zope\lib\python\OFS\Application.py", line 384, in install_products product=__import__("Products.%s" % product_name, File "C:\Zope\lib\python\Products\ZODBCDA\__init__.py", line 102, in ? import DA File "C:\Zope\lib\python\Products\ZODBCDA\DA.py", line 103, in ? from db import DB, manage_ODBCDataSources File "C:\Zope\lib\python\Products\ZODBCDA\db.py", line 98, in ? from sql import * ImportError: DLL load failed: A device attached to the system is not functioning
participants (2)
-
Brad Marsh -
Brian Lloyd