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 donmez
Recipients donmez
Date 2010-09-19.20:42:56
SpamBayes Score 7.571278e-06
Marked as misclassified No
Message-id <1284928979.9.0.717353739827.issue9899@psf.upfronthosting.co.za>
In-reply-to
Content
py3k branch, revision 84907

======================================================================
ERROR: test_font_eq (tkinter.test.test_tkinter.test_font.FontTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/tkinter/test/test_tkinter/test_font.py", line 10, in test_font_eq
    font1 = font.nametofont("system")
  File "/Users/cartman/Sources/py3k/Lib/tkinter/font.py", line 22, in nametofont
    return Font(name=name, exists=True)
  File "/Users/cartman/Sources/py3k/Lib/tkinter/font.py", line 83, in __init__
    "named font %s does not already exist" % (self.name,))
_tkinter.TclError: named font system does not already exist
History
Date User Action Args
2010-09-19 20:43:00donmezsetrecipients: + donmez
2010-09-19 20:42:59donmezsetmessageid: <1284928979.9.0.717353739827.issue9899@psf.upfronthosting.co.za>
2010-09-19 20:42:57donmezlinkissue9899 messages
2010-09-19 20:42:56donmezcreate