Kurt B. Kaiser <k...@shore.net> added the comment: 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! ---------- nosy: +kbk _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4685> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com