Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102175
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-01-28 00:34 -0800 |
| Message-ID | <b4e6d0a6-7fa2-42a7-95d8-18ed0958f97f@googlegroups.com> (permalink) |
| Subject | Excellent news (II). IDLE / Py 3.5.1 in action. |
| From | wxjmfauth@gmail.com |
D:\junk>idle351.bat
D:\junk>c:\python35\python.exe C:\Python35\Lib\idlelib\idle.py
Traceback (most recent call last):
File "C:\Python35\Lib\idlelib\idle.py", line 11, in <module>
idlelib.PyShell.main()
File "C:\Python35\Lib\idlelib\PyShell.py", line 1611, in main
root.mainloop()
File "C:\Python35\Lib\tkinter\__init__.py", line 1131, in mainloop
self.tk.mainloop(n)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 0: invalid
continuation byte
D:\junk>
I do not know if this can be considered as a "crash".
It still remains, the main window disappears silently.
Regards.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Excellent news (II). IDLE / Py 3.5.1 in action. wxjmfauth@gmail.com - 2016-01-28 00:34 -0800
csiph-web