Re: Broke my IDLE!

2008-02-06 Thread kdwyer
Just to clarify my earlier comment... IDLE (on Windows, at least) creates a folder called .idlerc in the current directory when it is called. If you amend the key bindings two files, config-keys.cfg and config-main.cfg are created. config- keys.cfg contains the amended key bindings and config-ma

Re: Broke my IDLE!

2008-02-05 Thread Mike Hjorleifsson
Anyone know how to get idle working on OSX 10.5 (Leopard) ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Broke my IDLE!

2008-02-05 Thread Steve Holden
Adam W. wrote: > I finally found away around it myself, I commented out line 1357 in lib > \lib-tk\Tkinter.py that told it to call the settings, after I did that > it fired right up, I went into the bindings and selected the default, > closed out, uncommented that line, and I was back in buisness.

Re: Broke my IDLE!

2008-02-05 Thread Adam W.
I finally found away around it myself, I commented out line 1357 in lib \lib-tk\Tkinter.py that told it to call the settings, after I did that it fired right up, I went into the bindings and selected the default, closed out, uncommented that line, and I was back in buisness. On Feb 5, 2:27 pm, Chr

Re: Broke my IDLE!

2008-02-05 Thread Chris
On Feb 5, 7:05 pm, "Adam W." <[EMAIL PROTECTED]> wrote: > Tried running IDEL from the command prompt to get this: > > Traceback (most recent call last): > File "c:\Python25\Lib\idlelib\idle.pyw", line 21, in > idlelib.PyShell.main() > File "c:\Python25\lib\idlelib\PyShell.py", line 1404, i

Re: Broke my IDLE!

2008-02-05 Thread kdwyer
On Feb 5, 5:05 pm, "Adam W." <[EMAIL PROTECTED]> wrote: > Tried running IDEL from the command prompt to get this: > > Traceback (most recent call last): > File "c:\Python25\Lib\idlelib\idle.pyw", line 21, in > idlelib.PyShell.main() > File "c:\Python25\lib\idlelib\PyShell.py", line 1404, i

Re: Broke my IDLE!

2008-02-05 Thread Adam W.
Tried running IDEL from the command prompt to get this: Traceback (most recent call last): File "c:\Python25\Lib\idlelib\idle.pyw", line 21, in idlelib.PyShell.main() File "c:\Python25\lib\idlelib\PyShell.py", line 1404, in main shell = flist.open_shell() File "c:\Python25\lib\idlel

Broke my IDLE!

2008-02-05 Thread Adam W.
I did a stupid thing and "wrote in" under the advance key bindings section, and after hitting apply I got a load of exceptions. Now my shell wont open and my IDEL wont start anymore I uninstalled and reinstalled Python with no luck, the whacked settings must be lingering around somewhere. I