diordna
2007.01.24, 11:07 PM
Console dump:
Traceback (most recent call last):
File "/Users/stephen/Applications/Development/Languages/MacPython 2.5/IDLE.app/Contents/Resources/idlemain.py", line 27, in <module>
main()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/PyShell.py", line 1393, in main
uid:501
nprocs 30
sig:15, cmd:iTunes, pid:4553, dev:0xffffffff uid:501
macosxSupport.setupApp(root, flist)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/macosxSupport.py", line 110, in setupApp
hideTkConsole(root)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/macosxSupport.py", line 26, in hideTkConsole
root.tk.call('console', 'hide')
_tkinter.TclError: invalid command name "console"
Edit: I just realized that TextMate serves as a fully-functional Python scripting environment, so this isn't as important as before, but I'd still like to get it resolved.
Traceback (most recent call last):
File "/Users/stephen/Applications/Development/Languages/MacPython 2.5/IDLE.app/Contents/Resources/idlemain.py", line 27, in <module>
main()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/PyShell.py", line 1393, in main
uid:501
nprocs 30
sig:15, cmd:iTunes, pid:4553, dev:0xffffffff uid:501
macosxSupport.setupApp(root, flist)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/macosxSupport.py", line 110, in setupApp
hideTkConsole(root)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/macosxSupport.py", line 26, in hideTkConsole
root.tk.call('console', 'hide')
_tkinter.TclError: invalid command name "console"
Edit: I just realized that TextMate serves as a fully-functional Python scripting environment, so this isn't as important as before, but I'd still like to get it resolved.