Running IDLE on 3.0rc1

Terry Reedy tjreedy at udel.edu
Fri Sep 26 19:07:36 EDT 2008


I have not seen this posted, so...
To run IDLE with Python3.0rc1,
edit Python30/Libs/idlelib/run.py,
and change "set_daemon(True)" to "daemon = True" and save.
(This is about line 75, and the only appearance of 'daemon'.)
Otherwise, you get error message about not starting a subprocess.

tjr




More information about the Python-list mailing list