py2exe problems with win32com [ EnsureDispatch('ADODB.Connection') ]

Mudcat mnations at gmail.com
Thu May 26 16:08:52 EDT 2005


I'm not positive about this, but when using com you need to force it
into the compile. In my applications where I use Excel I use this line:

python setup.py py2exe --progid "Excel.Application"

You may need to do something similar for the db application.




More information about the Python-list mailing list