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 Yo, ajaksu2, amaury.forgeotdarc, gpolo, kbk
Date 2009-05-04.06:11:51
SpamBayes Score 1.9528632e-09
Marked as misclassified No
Message-id <1241417569.3.0.943675759632.issue4685@psf.upfronthosting.co.za>
In-reply-to
Content
Couple of comments.  First, your messages seem to indicate that 
you have both Python24 and Python26 installed.  Although that 
shouldn't cause problems, it might in your case. If you are no 
longer using Python24, please uninstall it.

First, open your Windows task manager and kill off any stale 
python processes.  If IDLE won't start with the subprocess, that's 
usually the problem.

Set IDLE to work with the subprocess, and try to reproduce your 
error.  If it's still there, kill off any resulting stale python 
processes.

Then, I'd really like to see the full error message if possible.

Open a Windows Command shell, and run this:

set >> test.log

c:\Python26\python -m idlelib.idle >> test.log 2>&1

Then reproduce the error, exit, and upload test.log to this 
tracker.

IDLE works much better if you use the subprocess!
History
Date User Action Args
2009-05-04 06:13:00kbksetrecipients: + kbk, amaury.forgeotdarc, ajaksu2, gpolo, Yo
2009-05-04 06:12:49kbksetmessageid: <1241417569.3.0.943675759632.issue4685@psf.upfronthosting.co.za>
2009-05-04 06:12:41kbklinkissue4685 messages
2009-05-04 06:11:58kbkcreate