Using python 2.3 and py2exe 0.4.2, a standalone EXE builds and worksfine, but the COM server fails the --register command line with 'Cannot
locate Python module win32com.server.localserver' while executingUseCommandLine()
Hi,
I am new to this too, but I tried using py2exe for packaging a COM serv
Stephen Dicks <[EMAIL PROTECTED]> writes:
> Hi,
>I have a simple COM server in python which parses an XML file via
> SAX, and I want to distribute it via py2exe as the target machines will
> not have python installed (and in some cases could not have it installed)
>
> However I have tried se
Hi,
I have a simple COM server in python which parses an XML file via
SAX, and I want to distribute it via py2exe as the target machines will
not have python installed (and in some cases could not have it installed)
However I have tried several (recent) versions of py2exe, python itself
and