adodbapi and py2exe

Thomas Heller theller at python.net
Tue Jun 3 15:53:39 EDT 2003


Wilk <wilkSPAM at OUTflibuste.net> writes:

> Hi,
> 
> I want to package a script which use adodbapi for msaccess with ado, but
> py2exe forget to put a dll : pythoncom22.dll
> It's not a big problem, i can add it by hand, but i would like to know
> if there is a cleaner solution.

Mark Hammond changed the way the pythoncom22.dll is loaded, and py2exe
doesn't yet contain the needed magic to catch it. Copying it by hand is fine.

> 
> Is there anything else to do to make a clean package ? what about
> --progids option of py2exe ? (i don't understand what it means)

The --progids option is used to include makepy generated modules.

Thomas




More information about the Python-list mailing list