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 andyharrington
Recipients andyharrington
Date 2010-05-18.18:21:50
SpamBayes Score 0.00017768588
Marked as misclassified No
Message-id <1274206913.48.0.235847350829.issue8755@psf.upfronthosting.co.za>
In-reply-to
Content
I was editing in idle in python 3.1, typing away.  I had been doing it for hours.  I do not think I had jumped to the shell window.  Suddenly idle crashed, with this error message in the the  ubuntu 9,10 terminal window:

Traceback (most recent call last):
  File "/usr/bin/idle3", line 5, in <module>
    main()
  File "/usr/lib/python3.1/idlelib/PyShell.py", line 1420, in main
    root.mainloop()
  File "/usr/lib/python3.1/tkinter/__init__.py", line 1012, in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: illegal encoding

I do not know what key combination I had just typed.  I may have just hit a crtl or alt combination.

The hardware is an Acer notebook.

This is certainly an exception that should be caught!  I did not get to even save my work.
History
Date User Action Args
2010-05-18 18:21:53andyharringtonsetrecipients: + andyharrington
2010-05-18 18:21:53andyharringtonsetmessageid: <1274206913.48.0.235847350829.issue8755@psf.upfronthosting.co.za>
2010-05-18 18:21:51andyharringtonlinkissue8755 messages
2010-05-18 18:21:50andyharringtoncreate