Re: [python-win32] COM and retrieving records/structures

2009-05-27 Thread Simon Carter
>> Hi! Is there anything else I can do to help track this down, or work >> around the problem? Without switching over to Python .Net or >> IronPython, I'm not entirely clear what I can do... > > Me either :(  It will probably involve working out how to reproduce this in > the test suite... Well, l

Re: [python-win32] COM and retrieving records/structures

2009-05-08 Thread Mark Hammond
Simon Carter wrote: Hi! Is there anything else I can do to help track this down, or work around the problem? Without switching over to Python .Net or IronPython, I'm not entirely clear what I can do... Me either :( It will probably involve working out how to reproduce this in the test suite..

Re: [python-win32] COM and retrieving records/structures

2009-05-01 Thread Simon Carter
Hi! Is there anything else I can do to help track this down, or work around the problem? Without switching over to Python .Net or IronPython, I'm not entirely clear what I can do... Thanks again for the help! Simon ___ python-win32 mailing list python-w

Re: [python-win32] COM and retrieving records/structures

2009-04-22 Thread Simon Carter
>> RecordMap = { >>       u'XBOX_AUTOMATION_GAMEPAD': '{---- >> }', >> } > > I suspect the fact these objects are using a NULL IID is the cause of this > problem.  Does the COM browser also reflect this IID?  Are you in contact > with the author of the object such th

Re: [python-win32] COM and retrieving records/structures

2009-04-22 Thread Mark Hammond
[please keep on-list for the sake of others. I've not trimmed things accordingly...] > -Original Message- > From: Simon Carter [mailto:bbbscar...@gmail.com] > Sent: Wednesday, 22 April 2009 7:15 PM > To: mhamm...@skippinet.com.au > Subject: Re: [python-win32] COM an

[python-win32] COM and retrieving records/structures

2009-04-21 Thread Simon Carter
Hullo! I'm having a problem interfacing with a proprietary COM library on Windows, and I was hoping someone could help. I'm no COM guru, so apologies in advance if my terminology gets a little muddled... I'm accessing the COM library via gencache.EnsureModule. It was all working as expected until