Re: [python-win32] win32com does not recognise an Interface for events

2007-08-09 Thread Len Remmerswaal
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

Re: [python-win32] win32com does not recognise an Interface for events

2007-08-09 Thread Thomas Heller
>> >> 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

[python-win32] Re: Windows log out service problem

2007-08-09 Thread Zdenek Mejzlik
Simply. It works. Thank you. Z. ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Having multiple versions of PythonWin installed concurrently

2007-08-09 Thread Tony Cappellini
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

Re: [python-win32] Having multiple versions of PythonWin installed concurrently

2007-08-09 Thread niki
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