This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scav
Recipients scav
Date 2009-02-05.10:02:41
SpamBayes Score 0.00037928656
Marked as misclassified No
Message-id <1233828164.4.0.121104337122.issue5156@psf.upfronthosting.co.za>
In-reply-to
Content
Using Python3.1 built from svn, on RedHat EL4, with Tcl/Tk 8.5 built
from source.

Traceback:
------------------
  File "/usr/mlocal/lib/python3.1/runpy.py", line 122, in
_run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/mlocal/lib/python3.1/runpy.py", line 34, in _run_code
    exec(code, run_globals)
  File "/usr/mlocal/lib/python3.1/idlelib/idle.py", line 22, in <module>
    idlelib.PyShell.main()
  File "/usr/mlocal/lib/python3.1/idlelib/PyShell.py", line 1407, in main
    root.mainloop()
  File "/usr/mlocal/lib/python3.1/tkinter/__init__.py", line 1009, in
mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1:
illegal encoding
----------------
The list of completions appears just before the crash. I can't tell
whether the error occurs within tkinter or IDLE.

If I find out where to put the try/except I'll submit a patch.
History
Date User Action Args
2009-02-05 10:02:44scavsetrecipients: + scav
2009-02-05 10:02:44scavsetmessageid: <1233828164.4.0.121104337122.issue5156@psf.upfronthosting.co.za>
2009-02-05 10:02:42scavlinkissue5156 messages
2009-02-05 10:02:41scavcreate