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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to