Re: [python-win32] COM: Minimal example of a custom server working with DispatchWithEvents()

2021-07-28 Thread Mark Hammond
On 29/07/2021 9:56 am, William Belanger wrote: Hi, There is no typelib file unfortunately. The interface needs to communicate with Antidote's API by creating a COM server which exposes the methods defined in the AdapteurAntidote class. The problem is that the widget queried (a QTextEdit)

Re: [python-win32] COM: Minimal example of a custom server working with DispatchWithEvents()

2021-07-28 Thread William Belanger
Hi, There is no typelib file unfortunately. The interface needs to communicate with Antidote's API by creating a COM server which exposes the methods defined in the AdapteurAntidote class. The problem is that the widget queried (a QTextEdit) is instantiated in another class (MainWindow), and I

Re: [python-win32] COM: Minimal example of a custom server working with DispatchWithEvents()

2021-07-28 Thread Mark Hammond
On 28/07/2021 7:58 am, William Belanger wrote: Hi everyone, I'm trying to make a cross-platform Python interface for a third-party API (Druide Antidote). The D-Bus part is done and working (https://gitlab.com/-/snippets/2151173 ), it consist of a serv

Re: [python-win32] COM: Minimal example of a custom server working with DispatchWithEvents()

2021-07-28 Thread michel.clav...@gmail.com
/Hi!/ / / /Druide-Antidote is not a server; it is a client, who connect to different servers (COM-servers), like Word, Excel, OpenOffice.org, etc. / / / /@-salutations / /-- / Le 27/07/2021 à 23:58, William Belanger a écrit : Hi everyone, I'm trying to make a cross-platform Python interface