Re: [python-win32] win32com- Type mismatch on a string... Possible hash key collision?

2008-01-03 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python-win32- > [EMAIL PROTECTED] On Behalf Of Tim Roberts > Sent: Wednesday, January 02, 2008 4:56 PM > To: Python-Win32 List > Subject: Re: [python-win32] win32com- Type mismatch on a string... > Possible hash key collision? > > >

Re: [python-win32] win32com- Type mismatch on a string... Possiblehash key collision?

2008-01-03 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python-win32- > [EMAIL PROTECTED] On Behalf Of Reedick, Andrew > Sent: Thursday, January 03, 2008 10:09 AM > To: Tim Roberts; Python-Win32 List > Subject: Re: [python-win32] win32com- Type mismatch on a string... > Possiblehash key coll

Re: [python-win32] Suggestions for a unicode build

2008-01-03 Thread Tim Roberts
Roger Upole wrote: > Just supplying the Dll is not sufficient. The .pyd would also have to be > linked against unicows.lib, which would mean creating a separate release for > win98. > Not so, actually. Microsoft was quite clever with this. Unicows.lib checks on its first invocation to see i

Re: [python-win32] Suggestions for a unicode build

2008-01-03 Thread Roger Upole
Tim Roberts wrote: > Roger Upole wrote: >> Just supplying the Dll is not sufficient. The .pyd would also have to be >> linked against unicows.lib, which would mean creating a separate release >> for >> win98. >> > > Not so, actually. Microsoft was quite clever with this. Unicows.lib > checks on

[python-win32] COM automation: problem accessing property of derived object obtained from collection

2008-01-03 Thread Albert Strasheim
Hello all I'm new to the world of COM automation with Python, so please bear with me. I'm trying to automate Golden Software's Surfer 8 [1] using Python. The basics seems to be working fine, but I'm running into a problem when dealing with a collection containing instances of an object derived