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. Today I am probably responsible for half the hits to their site looking for any sql stuff that includes sql.dll. Does anyone know where I can find it? TIA, Brad Brad Marsh, Computer Specialist Center for Evaluation and Research, LLC (530) 527-5537 or 527-5638 fax http://www.tchp.org/cer/
Brad Marsh wrote:
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)
Could you be more specific about startup failure? Did you get a traceback? Any specific errors? We tested this pretty extensively here and didn't run into a problem. What version of Zope were you running? You must have the beta 3 version or later.
tells me I need sql.dll, perhaps available from the Python.org site.
This is a bug in the README file. The distribution includes sql.pyd, which is a Python extension DLL.
Today I am probably responsible for half the hits to their site looking for any sql stuff that includes sql.dll.
Does anyone know where I can find it?
You should already have it. Please send mail to support@digicool.com with specific error messages. Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
At 11:21 AM 12/21/98 -0500, you wrote:
Could you be more specific about startup failure? Did you get a traceback? Any specific errors? We tested this pretty extensively here and didn't run into a problem.
Traceback attached at the bottom...
What version of Zope were you running? You must have the beta 3 version or later.
b3...the Gadfly works great!
tells me I need sql.dll, perhaps available from the Python.org site.
This is a bug in the README file. The distribution includes sql.pyd, which is a Python extension DLL.
I have that... Line 98 in db.py, referenced in the traceback, says "from sql import *"... Thanks, Brad Brad Marsh, Computer Specialist Center for Evaluation and Research http://www.tchp.org/cer/ research4@snowcrest.net
participants (3)
-
Brad Marsh -
Brad Marsh -
Jim Fulton