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 akineko
Recipients akineko, jahakala
Date 2009-04-04.04:45:06
SpamBayes Score 1.2518048e-08
Marked as misclassified No
Message-id <1238820340.73.0.0843938131934.issue5527@psf.upfronthosting.co.za>
In-reply-to
Content
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-
History
Date User Action Args
2009-04-04 04:45:55akinekosetrecipients: + akineko, jahakala
2009-04-04 04:45:40akinekosetmessageid: <1238820340.73.0.0843938131934.issue5527@psf.upfronthosting.co.za>
2009-04-04 04:45:34akinekolinkissue5527 messages
2009-04-04 04:45:08akinekocreate