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, let me

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 that you can

[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