This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbk
Recipients 08jpurcell, adgprogramming, bdouglasoz, kbk
Date 2009-10-16.01:47:54
SpamBayes Score 5.161413e-05
Marked as misclassified No
Message-id <1255657676.35.0.767683235115.issue6941@psf.upfronthosting.co.za>
In-reply-to
Content
08jpurcell  unresponsive, ignoring for now (but see suggestions below)

bdouglasoz: had a firewall blocking the subprocess, apparently works 
for her now.  I'd point out that Notepad is just an editor, IDLE gives 
you much more.  Linux is great, but IDLE works fine with Windows XP and 
since most people use Windows, we have to be sure that it does!

adgprogramming: first, bring up your task manager and make sure there 
are no python processes running.  2.6.x subprocesses can get stuck.  
Then make sure that your firewall isn't blocking socket access to 
localhost.  Then restart IDLE.  IDLE 3.1.1 may work for you since it 
has the recent enhancement that allows multiple copies of IDLE to run 
simultaneously, but it still needs interprocess access via sockets.
History
Date User Action Args
2009-10-16 01:47:56kbksetrecipients: + kbk, 08jpurcell, bdouglasoz, adgprogramming
2009-10-16 01:47:56kbksetmessageid: <1255657676.35.0.767683235115.issue6941@psf.upfronthosting.co.za>
2009-10-16 01:47:55kbklinkissue6941 messages
2009-10-16 01:47:54kbkcreate