Jani Hakala <[email protected]> added the comment:

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

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5527>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to