Re: [python-win32] pythoncom

2014-10-16 Thread Mark Hammond
On 16/10/2014 12:50 AM, John Sampson wrote: The interface has a function which returns a string from an array of strings as it is supposed to in Windows 64-bit, or if called from VBA. In 32-bit Windows Python it returns the number of the item in the array instead. So to be clear - you have a

[python-win32] pythoncom

2014-10-16 Thread John Sampson
On 16/10/2014 07:48, Mark Hammond wrote: On 16/10/2014 12:50 AM, John Sampson wrote: The interface has a function which returns a string from an array of strings as it is supposed to in Windows 64-bit, or if called from VBA. In 32-bit Windows Python it returns the number of the item in the

[python-win32] Error R6034 when I import uuid

2014-10-16 Thread Blair Hall
I have a small python COM server that worked fine with Excel until I decided to import the standard Python 'uuid' module. Now I get the Windows Runtime error R6034 An application has made an attempt to load the C runtime library incorrectly I there anything that I can do to fix this?