Running IDLE on 3.0rc1

T

Terry Reedy

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
 
T

Terry Reedy

Allan said:
Is this related to the tip at the end of the built-in help file in IDLE
regarding the `-n' command option?
No, the above is a bug fix that did not make it into rc1 but has now
been committed. It arose because the interface of a class in one of the
modules was changed from .set_var(val) to .var = val and the need to
change IDLE was not caught. I imagine that checking that IDLE runs in
not in the test suite.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top