[python-win32] unable to register a python com server

2011-04-07 Thread Matteo Boscolo
Hi All, I have successfully compiled a win32com server script written in python with PyInstaller. now I'm going to redistribute this script but I can't register the dll .. on any windows machine .. I get the following message: The module my module path was loaded but the entry point

Re: [python-win32] unable to register a python com server

2011-04-07 Thread Matteo Boscolo
thanks but unfortunately it does not solve the problem .. my machine is a 64 bit and my os is w7 my python version is 2.6 32bit .. could be this the reason of my troubles ? Regards, Matteo Il 07/04/2011 16:28, Chilkat Support ha scritto: Thank you for your email. The answer to your question

Re: [python-win32] unable to register a python com server

2011-04-07 Thread Vernon Cole
Correct. 32 bit COM cannot talk to 64 bit COM. That's one of the few reasons for running 64 bit Python. On Thu, Apr 7, 2011 at 8:53 AM, Matteo Boscolo matteo.bosc...@boscolini.eu wrote: thanks but unfortunately it does not solve the problem .. my machine is a 64 bit and my os is w7 my python

Re: [python-win32] unable to register a python com server

2011-04-07 Thread Tim Roberts
Vernon Cole wrote: Correct. 32 bit COM cannot talk to 64 bit COM. That's one of the few reasons for running 64 bit Python. Well, we can't tell from his description whether this is actually the issue or not. He said he was unable to register the DLL. That would only be a problem if he were