472,110 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

IDLE stopped working

OSX 10.5.5
Python 2.5.1

I started up IDLE today and the bottom of the window was off of the
screen. I could not find a way to resize it. I closed all apps and
rebooted. After rebooting, IDLE will not start. Below is the
Traceback:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/
IDLE", line 5, in <module>
main()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/PyShell.py", line 1402, in main
shell = flist.open_shell()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/PyShell.py", line 275, in open_shell
self.pyshell = PyShell(self)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/PyShell.py", line 811, in __init__
OutputWindow.__init__(self, flist, None, None)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/OutputWindow.py", line 16, in __init__
EditorWindow.__init__(self, *args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/EditorWindow.py", line 121, in __init__
height=idleConf.GetOption('main','EditorWindow','h eight') )
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/MultiCall.py", line 299, in __init__
apply(widget.__init__, (self,)+args, kwargs)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/lib-tk/Tkinter.py", line 2828, in __init__
Widget.__init__(self, master, 'text', cnf, kw)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/lib-tk/Tkinter.py", line 1930, in __init__
(widgetName, self._w) + extra + self._options(cnf))
_tkinter.TclError: bad screen distance "60gill"

Thanks for any assistance
B
Oct 27 '08 #1
1 1930
On Oct 27, 2:31*am, brianrpsgt1 <brianl...@cox.netwrote:
OSX 10.5.5
Python 2.5.1

I started upIDLEtoday and the bottom of the window was off of the
screen. *I could not find a way to resize it. *I closed all apps and
rebooted. *After rebooting,IDLEwill not start. *Below is the
Traceback:

Traceback (most recent call last):
* File "/Library/Frameworks/Python.framework/Versions/Current/bin/IDLE", line 5, in <module>
* * main()
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/PyShell.py", line 1402, in main
* * shell = flist.open_shell()
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/PyShell.py", line 275, in open_shell
* * self.pyshell = PyShell(self)
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/PyShell.py", line 811, in __init__
* * OutputWindow.__init__(self, flist, None, None)
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/OutputWindow.py", line 16, in __init__
* * EditorWindow.__init__(self, *args)
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/EditorWindow.py", line 121, in __init__
* * height=idleConf.GetOption('main','EditorWindow','h eight') )
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/idlelib/MultiCall.py", line 299, in __init__
* * apply(widget.__init__, (self,)+args, kwargs)
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/lib-tk/Tkinter.py", line 2828, in __init__
* * Widget.__init__(self, master, 'text', cnf, kw)
* File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/lib-tk/Tkinter.py", line 1930, in __init__
* * (widgetName, self._w) + extra + self._options(cnf))
_tkinter.TclError: bad screen distance "60gill"

Thanks for any assistance

B
Find your .idlerc directory and rename/move/delete it.

If you're on Windows, this should be located at C:\Documents and
Settings\<your username>\.idlerc

Otherwise (Linux/OSX/etc.) it should be located in your homedir.
Oct 31 '08 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Tim | last post: by
16 posts views Thread by Kerry Neilson | last post: by
15 posts views Thread by Aubrey Hutchison | last post: by
1 post views Thread by Moosebumps | last post: by
13 posts views Thread by John Salerno | last post: by
3 posts views Thread by Rob | last post: by
6 posts views Thread by Andreas Tawn | last post: by
3 posts views Thread by Giraffe | last post: by
reply views Thread by Mensanator | last post: by
reply views Thread by brianrpsgt1 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.