Closed GoogleCodeExporter closed 9 years ago
I assume you are using py2exe to package pyodbc with a driver? If so, be sure
to read the py2exe wiki page:
http://code.google.com/p/pyodbc/wiki/py2exe
As for the warnings, you can ignore them. All of those are are core Windows
DLLs that are always there and actually are dependencies coming from other C
modules also.
You can have py2exe ignore these using the dll_excludes option. See the pyexe
documentation at py2exe.org
Original comment by mkleehammer
on 26 Sep 2012 at 8:48
Original issue reported on code.google.com by
pyneha...@gmail.com
on 14 Sep 2012 at 5:21