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 JBernardo
Recipients JBernardo, ezio.melotti, ned.deily, terry.reedy
Date 2011-10-15.04:33:10
SpamBayes Score 6.1490035e-11
Marked as misclassified No
Message-id <1318653191.8.0.291503882306.issue13153@psf.upfronthosting.co.za>
In-reply-to
Content
Just to complete my monologue:
Here's the traceback from running IDLE in cmd line.


C:\Python32\Lib\idlelib>python -i idle.py
Traceback (most recent call last):
  File "idle.py", line 11, in <module>
    idlelib.PyShell.main()
  File "C:\Python32\Lib\idlelib\PyShell.py", line 1429, in main
    root.mainloop()
  File "C:\Python32\Lib\tkinter\__init__.py", line 1009, in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-2: invalid continuation byte


Not much meaningful but is better than nothing... Looks like some traceback is missing, and this one points to tkinter.
History
Date User Action Args
2011-10-15 04:33:11JBernardosetrecipients: + JBernardo, terry.reedy, ned.deily, ezio.melotti
2011-10-15 04:33:11JBernardosetmessageid: <1318653191.8.0.291503882306.issue13153@psf.upfronthosting.co.za>
2011-10-15 04:33:10JBernardolinkissue13153 messages
2011-10-15 04:33:10JBernardocreate