Aki <akin...@users.sourceforge.net> added the comment:

Hello Jani Hakala,

Thank you for your suggestions.
Yes, from Tkconstants import * would ease the pain.
The second suggestion, importing gui in another file didn't work well
with my code as I'm using a class to host both gui process and non-gui
process such that separating gui into another class will create another
problem.

The first suggestion worked ... almost.
I needed to import a bunch of Tkinter related modules in not only gui()
but also other call back methods.
It solves the problem but the code became pretty messy.

It would be nice if the problem is solved so that I don't need to resort
to these workarounds. It is a bit frustrating as things work flawlessly
under Solaris.

I will play around trying to find a bit nicer workaround.

Thank you!
Aki-

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<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