Newbee WinNT ODBC Question

wayne_strauss at mail.medscape.com wayne_strauss at mail.medscape.com
Tue Nov 9 09:55:18 EST 1999


I've installed Python and Win32all.exe. When I run the following (only
the first three lines shown):

import dbi, odbc     # ODBC modules
import time          # standard time module

dbc = odbc.odbc('db/id/pw')

I get:

>>> Traceback (innermost last):
  File "d:\Program
Files\Python\Pythonwin\pywin\framework\scriptutils.py", line 237, in
RunScript
    exec codeObject in __main__.__dict__
  File "D:\dev\Python\ODBC\odbc.py", line 1, in ?
    import dbi, odbc     # ODBC modules
  File "odbc.py", line 4, in ?
    dbc = odbc.odbc('db/id/pw')
TypeError: call of non-function (type module)

If the import worked then why does the actual function call fail?


Sent via Deja.com http://www.deja.com/
Before you buy.




More information about the Python-list mailing list