@@ -67,6 +67,8 @@ marked with [*] and at the bottom of the list.
6767- PythonInterpreterCarbon and PythonInterpreterClassic are now files of type "Atmp", not
6868 "APPL", so there should not be any confusion as to what the real application is
6969 (PythonInterpreter). [*]
70+ - PythonIDE used to burn CPU cycles when idle, this has been fixed. PythonInterpreter
71+ still has the problem. [*]
7072
7173
7274What is not in this distribution
@@ -83,7 +85,15 @@ This list is far from complete, more problems may be listed on the MacPython hom
8385http://www.cwi.nl/~jack/macpython.html.
8486
8587- The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter.
88+ - After running a Tkinter program your menubar may end up dead, with command-alt-escape
89+ the only way to terminate Python.
90+ - Tkinter file events do not work, unless you have opened the file through Tcl (but then
91+ you cannot access it from Python).
8692- Aliases do not work in sys.path entries.
8793- The menu bar isn't always correctly restored before MacPython turns to <<terminated>>.
8894- Under Carbon only you may occasionally see a spurious KeyboardInterrupt. I have absolutely
8995 no clue as to what is causing this.
96+ - PythonInterpreter used interactively will eat a lot of processor cycles. You should use
97+ PythonIDE for interactive work and PythonInterpreter for scripts only.
98+ - Under MacOSX applets have to live in the Python folder, otherwise they cannot find
99+ PythonCore. This is being worked on.
0 commit comments