help: py2exe and com server

Thomas Heller theller at python.net
Mon Apr 26 03:54:46 EDT 2004


"Paul Mayal" <mayal at tiscali.be> writes:

> Hi,
>
> I have written a com server in python 2.3 (ActiveState distribution). I have
> build the dll with py2exe.
> First of all, py2exe complain he can't find pythoncom module.
> I can register the dll with regsvr32 on my development workstation. But when
> I try to register the com dll on an another workstation, the registration
> fail.

I think you have to use a newer build of pywin32 (formerly called
win32all) than that included with ActiveState python.

Thomas





More information about the Python-list mailing list