On 8/07/2009 9:19 PM, Dana N wrote:
I have a variety of Python 2.4 scripts that utilitize the dbi and odbc
modules together. Although I don't have Python 2.5, I've been informed
the dbi module has been deprecated at pywin32 2.5.
What do I use in place of dbi for my Python 2.4 scripts that
import modules dbi and odbc together.I don't use DBI directly. It was
simply a dependency for the odbc module as best I knew.
We're still using pywin32 2.5 because that's what our software vendor
(ESRI / ArcGIS Desktop 9.3) supports.

dbi and odbc have been integrated - if you don't directly use dbi, just stop importing it, and eventually you will never notice it going away. If you do use it directly, everything you used is now available directly in the odbc module.

Cheers,

Mark
\
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to