Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

When running IDLE in a console, I get the error:

Exception in Tkinter callback
Traceback (most recent call last):
  File "c:\prod\python\lib\lib-tk\Tkinter.py", line 1410, in __call__
    return self.func(*args)
  File "c:\prod\python\lib\idlelib\MultiCall.py", line 150, in handler
    r = l[i](event)
  File "c:\prod\python\lib\idlelib\ScriptBinding.py", line 140, in 
run_module_event
    code = self.checksyntax(filename)
  File "c:\prod\python\lib\idlelib\ScriptBinding.py", line 99, in checksyntax
    return compile(source, filename, "exec")
ValueError: invalid \x escape

The crash in "Bug#2" is certainly because pythonw.exe has no console, so 
sys.stdout blocks on the first flush(), after 4096 bytes of output.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to