Message81190
| 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:44 | scav | set | recipients:
+ scav |
| 2009年02月05日 10:02:44 | scav | set | messageid: <1233828164.4.0.121104337122.issue5156@psf.upfronthosting.co.za> |
| 2009年02月05日 10:02:42 | scav | link | issue5156 messages |
| 2009年02月05日 10:02:41 | scav | create |
|