Amaury Forgeot d'Arc added the comment:

Unless you give more information, this is unlikely to be a bug in Python.

- Is your program running with Python 2?
- When it runs as a .py file, does it print to the console?
If both answers are yes, keep in mind that there is no console with a .pyw 
file, and the program will hang when some sys.stdout or sys.stderr buffer is 
full.
In this case, you could try Python 3 instead, or simply redirect sys.stdout and 
sys.stderr to a disk file.

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

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

Reply via email to