2009/7/8 dana <[email protected]>: > On Jul 8, 12:30 am, John Machin <[email protected]> wrote: >> Deprecated certainly doesn't mean removed. >> For a start, none of (DBI, ODBC, dbi, odbc) are standard Python- >> supplied modules. Perhaps you are referring to the odbc (and dbi) from >> the pywin32 package? Where did you get them from? If you can't >> remember, try this: > > Thanks John. I mean the lower-case dbi and odbc modules from pywin32. > Sorry for being vague. I assumed incorrectly they were part of the > standard library because they came with pywin32.
pywin32 isn't part of the standard library, either - it just feels like it if you're on Windows :-) As you've already seen, the Python-Win32 list is probably of more use to you: http://mail.python.org/mailman/listinfo/python-win32 Paul. -- http://mail.python.org/mailman/listinfo/python-list
