mxODBC problems

David Bolen db3l at fitlinxx.com
Thu Feb 8 17:53:44 EST 2001


"Nicole Cook" <cook at maya.com> writes:

> I've installed mxODBC on Windows, and I'm still trying to get it to the
> point where I can use it.  I know it's all there, and it's not colliding
> with win32all.  Is there something wrong with my python path?   I don't know
> what to try next.

Are you sure you're getting mxODBC and not some other ODBC module?  It
sort of looks like you may still not be getting the module you think
you are?

> Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [
> Copyright 1991-1995 Stichting Mathematisch
> >>> import ODBC

What happens if you "print ODBC.__file__" - you should see it
reference the __init__.py file from your mxODBC installation (normally
beneath the lib\ODBC directory of your Python installation).

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list