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 r.david.murray
Recipients r.david.murray, zaazbb
Date 2012-11-10.13:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352555949.55.0.465555293111.issue16448@psf.upfronthosting.co.za>
In-reply-to
Content
This is a question more suited to be asked on python-list or python-tutor, rather than a bug report.

I'll give you a clue while I'm closing the issue: in the font snippt you reference the font attribute when your module is imported.  In the messagebox snippet, you reference the messagebox attribute inside a callback which is *not* executed when your module is imported.  So while the file hierarchy structure is analogous in the two cases, your *code* is not.  When you close the window, you will see your messagebox attribute error when the callback is called.
History
Date User Action Args
2012-11-10 13:59:09r.david.murraysetrecipients: + r.david.murray, zaazbb
2012-11-10 13:59:09r.david.murraysetmessageid: <1352555949.55.0.465555293111.issue16448@psf.upfronthosting.co.za>
2012-11-10 13:59:09r.david.murraylinkissue16448 messages
2012-11-10 13:59:09r.david.murraycreate