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 oc
Recipients oc
Date 2009-03-14.05:16:22
SpamBayes Score 3.719171e-09
Marked as misclassified No
Message-id <1237007786.64.0.764590527521.issue5487@psf.upfronthosting.co.za>
In-reply-to
Content
When running a script using Python 3.0.1 I get an error saying that
tkinter.messagebox doesn't exist. However when I run the same script
from within IDLE, it works fine.

This has led to my thinking I'd fixed the Python 2.6/3 compatibility
errors while testing in IDLE, but had end users say it didn't work.
History
Date User Action Args
2009-03-14 05:16:26ocsetrecipients: + oc
2009-03-14 05:16:26ocsetmessageid: <1237007786.64.0.764590527521.issue5487@psf.upfronthosting.co.za>
2009-03-14 05:16:23oclinkissue5487 messages
2009-03-14 05:16:23occreate