[python-win32] Python DDE and multiple DDE servers?

RJS rjs100 at rjs.org
Fri Oct 1 00:40:27 CEST 2010


I need to run both a Python DDE server and Python DDE client on the 
same machine (separate programs). Is there a reason why when I 
Create() the client:
server.Create("PyVibeSurvey")
I get:
dde.error: The server could not be created
for the client program?
When the same client connects to the legacy DDE application (C++) it is OK.
The client can also Create() if no other server is running.
The servers have different names, of course.
I had installed pywin32-214.win32-py2.6.exe

Best,
Ray S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20100930/e7cf89cc/attachment.html>


More information about the python-win32 mailing list