[python-win32] Re: py2exe and missing pythoncom.dll

Thomas Heller theller at python.net
Thu Feb 19 02:33:04 EST 2004


Ronnie Jones <rjones at clayelectric.com> writes:

> I am trying to build a COM application using py2exe.  I am using
> activepython 2.3.2-232 and py2exe 0.5.0 for python 2.3.  I run "python
> setup.py py2exe" at the command line and all builds ok with the following
> line at the bottom.
>
>  
>
> The following modules are missing
>
> ['pythoncom'] 

I would guess the win32all build included with activepython is too old
for py2exe 0.5.0.

Thomas




More information about the Python-win32 mailing list