Bugs item #939727, was opened at 2004-04-22 11:24
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=939727&group_id=78018
Category: None
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: achan (alccmb)
Assigned to: Nobody/Anonymous (nobody)
Summary: There was an error in the DDE conversation with Pythonwin
Initial Comment:
There are times when I'm starting Pythonwin, I get this
error:
"There was an error in the DDE conversation with
Pythonwin"
After pressing 'ok' button. The debugger loads.
What's with this error?
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2004-04-22 18:49
Message:
Logged In: YES
user_id=14198
This can happen when another app is "frozen", or not
processing windows messages correctly. DDE itself is quite
fragile. To avoid this message (by avoiding DDE
alltogether), start Pythonwin with "/nodde" on the
command-line (but multiple Pythonwin's will then start!).
Marking "wont-fix" as it is DDE's fault more than ours, but
one day DDE might be removed from pythonwin.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=939727&group_id=78018
|