Discussion:
[python-win32] Pythonwin requires two tries to start
Rick Kaye
2002-07-23 21:30:29 UTC
Permalink
There seems to be something wrong with my Python setup. I am running
PythonWin under Windows ME. The first time that I try to run PythonWin each
day, the hourglass cursor appears for 5-10 seconds and then it goes away.
The IDE does not appear. If I try to start it again, I get a window with the
message "There was an error in the DDE conversation with PythonWin". I then
click on an OK button and PytonWin starts. The IDE seems to run normally
from that point on. Any thoughts on what's wrong.
Jens B. Jorgensen
2002-07-23 22:59:39 UTC
Permalink
I'm not sure why yours does that but I'm fairly sure I have run
pythonwin.exe in Windows ME without seeing this issue.
Post by Rick Kaye
There seems to be something wrong with my Python setup. I am running
PythonWin under Windows ME. The first time that I try to run PythonWin
each day, the hourglass cursor appears for 5-10 seconds and then it
goes away. The IDE does not appear. If I try to start it again, I get
a window with the message "There was an error in the DDE conversation
with PythonWin". I then click on an OK button and PytonWin starts. The
IDE seems to run normally from that point on. Any thoughts on what's
wrong.
--
Jens B. Jorgensen
***@tallan.com

"With a focused commitment to our clients and our people, we deliver value through customized technology solutions"
Mark Hammond
2002-07-24 01:38:39 UTC
Permalink
You are probably running some other application that prevents DDE message
processing. Examples are Apache and some other "server" type programs.

If you can't work out what it is, modify the Pythonwin shortcut to pass a
"/nodde" command-line option. This will prevent Pythonwin from trying to
find an existing instance to switch to, and should pop up immediately.

Mark.
-----Original Message-----
From: python-win32-***@python.org [mailto:python-win32-***@python.org]On
Behalf Of Rick Kaye
Sent: Wednesday, 24 July 2002 7:30 AM
To: python-***@python.org
Subject: [python-win32] Pythonwin requires two tries to start


There seems to be something wrong with my Python setup. I am running
PythonWin under Windows ME. The first time that I try to run PythonWin each
day, the hourglass cursor appears for 5-10 seconds and then it goes away.
The IDE does not appear. If I try to start it again, I get a window with the
message "There was an error in the DDE conversation with PythonWin". I then
click on an OK button and PytonWin starts. The IDE seems to run normally
from that point on. Any thoughts on what's wrong.
Rick Kaye
2002-07-24 02:03:55 UTC
Permalink
I'm not running Apache nor is anything else I'm running a server type
program (as far as I know). But, the /nodde option did the trick. Thanks a
lot.
-----Original Message-----
From: Mark Hammond [mailto:***@skippinet.com.au]
Sent: Tuesday, July 23, 2002 9:39 PM
To: Rick Kaye; python-***@python.org
Subject: RE: [python-win32] Pythonwin requires two tries to start


You are probably running some other application that prevents DDE message
processing. Examples are Apache and some other "server" type programs.

If you can't work out what it is, modify the Pythonwin shortcut to pass a
"/nodde" command-line option. This will prevent Pythonwin from trying to
find an existing instance to switch to, and should pop up immediately.

Mark.
-----Original Message-----
From: python-win32-***@python.org
[mailto:python-win32-***@python.org]On Behalf Of Rick Kaye
Sent: Wednesday, 24 July 2002 7:30 AM
To: python-***@python.org
Subject: [python-win32] Pythonwin requires two tries to start


There seems to be something wrong with my Python setup. I am running
PythonWin under Windows ME. The first time that I try to run PythonWin each
day, the hourglass cursor appears for 5-10 seconds and then it goes away.
The IDE does not appear. If I try to start it again, I get a window with the
message "There was an error in the DDE conversation with PythonWin". I then
click on an OK button and PytonWin starts. The IDE seems to run normally
from that point on. Any thoughts on what's wrong.

Loading...