Message153252
| Author |
Mike.Perry |
| Recipients |
Bernt.Røskar.Brenna, BreamoreBoy, Mike.Perry, jsprunck, kbk, mgstrein, ned.deily, python-dev, r.david.murray, vstinner |
| Date |
2012年02月13日.07:46:44 |
| SpamBayes Score |
3.8047956e-09 |
| Marked as misclassified |
No |
| Message-id |
<1329119205.66.0.163603179518.issue1028@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Figured I should capture the exception. See below.
3.2.2+ (default, Jan 8 2012, 07:22:26)
[GCC 4.6.2]
Traceback (most recent call last):
File "/usr/bin/idle3", line 5, in <module>
main()
File "/usr/lib/python3.2/idlelib/PyShell.py", line 1429, in main
root.mainloop()
File "/usr/lib/python3.2/tkinter/__init__.py", line 1012, in mainloop
self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 0: invalid start byte |
|