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