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 jahakala
Recipients akineko, jahakala
Date 2009-04-03.23:19:59
SpamBayes Score 0.0057156277
Marked as misclassified No
Message-id <1238800800.56.0.11104238364.issue5527@psf.upfronthosting.co.za>
In-reply-to
Content
You can do something like 
    import gui
    gui.start()
in your Panel.draw() and 'from Tkinter import *' in the gui module which
should contain your GUI-related code.

Or you could just do 'from Tkconstants import *' in your tk_test.py
History
Date User Action Args
2009-04-03 23:20:00jahakalasetrecipients: + jahakala, akineko
2009-04-03 23:20:00jahakalasetmessageid: <1238800800.56.0.11104238364.issue5527@psf.upfronthosting.co.za>
2009-04-03 23:19:59jahakalalinkissue5527 messages
2009-04-03 23:19:59jahakalacreate