w/o the subprocess to fail. This is the same error in the 2.4 version which was
corrected at Rev 1.85, but missed in the backport! Thanks to Hans Gubitz for noticing this.
M PyShell.py
client = self.interp.start_subprocess()
if not client:
self.close()
- return None
+ return False
else:
nosub = "==== No Subprocess ===="
self.write("Python %s on %s\n%s\n%s\nIDLE %s %s\n" %
self.showprompt()
import Tkinter
Tkinter._default_root = None # 03Jan04 KBK What's this?
- return client
+ return True
def readline(self):
save = self.reading