On 20:59, Thomas Heller wrote:
OLE Viewer finds a second interface IS7ProSimEvents that is
made the default source makepy does not recognise
IS7ProSimEvents as an interface at all.
It would appear that makepy is excluding non-dual interfaces, and that the
integr
>> >> You could try comtypes: it should support custom interfaces and
>> >> custom event interfaces.
>> >>
>> >> 'easy_install comtypes==dev' to get the SVN version.
>> >>
> > Wow. The battle of the packages is afoot :-)
> > Thanks for the hint: I did not know about this package.
> > I have given i
Simply. It works. Thank you.
Z.
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
I'm using Python2.5 & PythonWin build210 for my main development.
I need to install a package that only runs under Python2.4, and I'd
like to have a corresponding version of PythonWin for 2.4 installed as
well.
Switching between Python2.4 & 2.5 is easy enough to deal with using
Python environment
Tony Cappellini wrote:
> Switching between Python2.4 & 2.5 is easy enough to deal with using
> Python environment variables, and I would suspect the same for a
> version of PythonWin for 2.4- but I just want to see if there are any
> potential problems with having multiple versions of PythonWin
> i