error

M

me

whenever i try and run my Python GUI, my computer thinks for a sec, then
drops the process, without ever displaying the window. the command prompt
window seems to work fine, but the IDLE GUI won't start.

i'm running Windows 2K professional and python 2.4, so any advice help would
be appreciated. i've already tried reinstalling and use a thread response,
as the e-mail on this account is bogus.
 
R

Robert Toop

http://www.python.org/2.4/bugs.html

....suggests that firewall running on python host (read Windows software
firewall) may block the localhost TCP connection required between IDLE
parent and child processes. I don't think this problem is specific to python
2.4. IDLE should work if you change firewall config to allow local (i.e.
intramural) TCP connections.
HTH
/old goat/
 
F

Fredrik Lundh

me said:
whenever i try and run my Python GUI, my computer thinks for a sec, then
drops the process, without ever displaying the window. the command prompt
window seems to work fine, but the IDLE GUI won't start.

i'm running Windows 2K professional and python 2.4, so any advice help would
be appreciated. i've already tried reinstalling and use a thread response,
as the e-mail on this account is bogus.

have you tried tweaking your firewall settings? idle uses socket communication
between its processes, and some firewalls may interfere with this. see:

http://www.python.org/2.4/bugs.html

as a last resort, there's also a way to run idle in "single process" mode:

http://article.gmane.org/gmane.comp.python.general/383376

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,218
Messages
2,571,123
Members
47,725
Latest member
Rudy

Latest Threads

Top