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 amaury.forgeotdarc
Recipients Alex.stein, amaury.forgeotdarc
Date 2012-11-29.17:59:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354211958.99.0.232912001915.issue16579@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-29 17:59:19amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Alex.stein
2012-11-29 17:59:18amaury.forgeotdarcsetmessageid: <1354211958.99.0.232912001915.issue16579@psf.upfronthosting.co.za>
2012-11-29 17:59:18amaury.forgeotdarclinkissue16579 messages
2012-11-29 17:59:18amaury.forgeotdarccreate