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