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 marcopolo
Recipients marcopolo
Date 2013-05-22.02:58:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369191492.92.0.0405253536514.issue18030@psf.upfronthosting.co.za>
In-reply-to
Content
Using TkInter as gui, running a module that worked in 3.0 (I believe). 

It is trying to print a warning message about 

RuntimeWarning: overflow encountered in double_scalars

and stops my process (running eval) returning this error

  File "C:\Python32\lib\idlelib\PyShell.py", line 59, in idle_showwarning
    file.write(warnings.formatwarning(message, category, filename,
AttributeError: 'NoneType' object has no attribute 'write'

If I use python -m idlelib.idle it doesn't happen; it just prints the error.

Previously this worked fine using the shell as stdout. This is similar to a bug about symbols' errors however it has been closed and this one is not about symbols. http://bugs.python.org/issue14200

I don't really know a lot about programming and don't often submit bugs so sorry if I've missed any major details here.

Marc
History
Date User Action Args
2013-05-22 02:58:13marcopolosetrecipients: + marcopolo
2013-05-22 02:58:12marcopolosetmessageid: <1369191492.92.0.0405253536514.issue18030@psf.upfronthosting.co.za>
2013-05-22 02:58:12marcopololinkissue18030 messages
2013-05-22 02:58:10marcopolocreate