Re: [python-win32] Generate variant datatype VT_I2

2011-04-07 Thread Mark Hammond
On 4/04/2011 10:30 AM, Thomas Wiens wrote: is there a possibility generate a variable in python which equals to the VT_I2 variant datatype? Not easily (although I have long been considering adding support for that, but haven't ever got close to an actual implementation) The makepy utility g

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 r

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 wrote: > 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 ..

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

[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 DLLRe