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 Yo
Recipients Yo, ajaksu2, amaury.forgeotdarc, gpolo
Date 2009-04-27.17:12:11
SpamBayes Score 0.0002171616
Marked as misclassified No
Message-id <1240852333.26.0.49905382803.issue4685@psf.upfronthosting.co.za>
In-reply-to
Content
I basically have been running IDLE without the subprocess.

(In C:\Python24\Lib\idlelib\PyShell.py and at line 1272 change

use_subprocess = True

to

use_subprocess = False

Save PyShell.py, restart IDLE, and you will see a message in the shell
window that IDLE is now running without the subprocess.)

It has been running fine since.
History
Date User Action Args
2009-04-27 17:12:13Yosetrecipients: + Yo, amaury.forgeotdarc, ajaksu2, gpolo
2009-04-27 17:12:13Yosetmessageid: <1240852333.26.0.49905382803.issue4685@psf.upfronthosting.co.za>
2009-04-27 17:12:12Yolinkissue4685 messages
2009-04-27 17:12:11Yocreate