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.
Created on 2009年09月16日 08:30 by Yinon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg92667 - (view) | Author: Yinon Ehrlich (Yinon) | Date: 2009年09月16日 08:30 | |
on Ubuntu 8.04 - I downloaded the sources, then: ./configure --prefix=$HOME make && make install in ~/bin/idle3 when I press Ctrl+Space (according to the "Edit" menu, should show completions) idle crashes with the following traceback: Traceback (most recent call last): File "/homes/yinon/bin/idle3", line 5, in <module> main() File "/homes/yinon/lib/python3.1/idlelib/PyShell.py", line 1420, in main root.mainloop() File "/homes/yinon/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 |
|||
| msg92676 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2009年09月16日 10:07 | |
This is a duplicate of #1028. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:53 | admin | set | github: 51169 |
| 2009年09月16日 10:07:21 | ezio.melotti | set | status: open -> closed nosy: + ezio.melotti messages: + msg92676 resolution: duplicate stage: resolved |
| 2009年09月16日 08:30:52 | Yinon | create | |