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 ocean-city
Recipients ocean-city
Date 2010-12-08.15:09:16
SpamBayes Score 0.03782414
Marked as misclassified No
Message-id <1291820958.84.0.0864652731032.issue10652@psf.upfronthosting.co.za>
In-reply-to
Content
test___all__ imports a lot of modules, but I found one of
following modules can bring same error.

# just import one of these in test_main(test___all__)

#    import idlelib.AutoComplete
#    import tkinter.scrolledtext
#    import tkinter.ttk
#    import turtle

//////////////////////////////////////////////////////

And actually, "import tkinter" is enough.
History
Date User Action Args
2010-12-08 15:09:18ocean-citysetrecipients: + ocean-city
2010-12-08 15:09:18ocean-citysetmessageid: <1291820958.84.0.0864652731032.issue10652@psf.upfronthosting.co.za>
2010-12-08 15:09:16ocean-citylinkissue10652 messages
2010-12-08 15:09:16ocean-citycreate