ipc : dde?

Gerson Kurz gerson.kurz at t-online.de
Wed Sep 5 10:29:38 EDT 2001


On Wed, 5 Sep 2001 12:39:29 +0200, "Carlos Gaston Alvarez"
<cgaston at moonqzie.com> wrote:

>witten in C++ to comunicate with it. Opening ports is not aceptable. I was
>thinking of making of python a dde server. Can I do it? Where I can find

"import dde"

Its part of win32all. There are other ways:

- write a .pyd Python Extension DLL. (its quite easy)
- "import win32pipe" (named pipes)
- use win32all to setup a window and post messages to it
- write a COM object in python




More information about the Python-list mailing list