Re: [python-win32] Problems with XML COM server

2005-07-06 Thread Amit Upadhyay
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

Re: [python-win32] Problems with XML COM server

2005-07-06 Thread Thomas Heller
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