I have some problem about IDLE, help me...

Matt Paddock mapdock at inago.swcp.com
Thu Aug 10 16:55:29 EDT 2000


Pi <pi314 at hananet.net> wrote:
> I install Python by Debian Pakage...
> python excute well...
> but IDLE does not...
> if I type "idle"
> I got below message...

> Traceback (innermost last):
>   File "/usr/bin/idle", line 3, in ?
>     PyShell.main()
>   File "/usr/lib/idle/PyShell.py", line 612, in main
>     fixwordbreaks(root)
>   File "/usr/lib/idle/editorWindow.py", line 606, in fixwordbreaks
>     tk.call('tcl_wordBreakAfter', 'a b', 0) # make sure word.tcl is loaded

> It seems that fixwordbreaks() are source of problem...
> but I don't know what function is fixwordbreaks()...

	Actually, shouldn't you be firing up IDLE from the
command line, instead of _in_ Python?  I know that I do...

Matt






More information about the Python-list mailing list