billie wrote:
> Hi all. I'd like to develop a GUI-based application the most portable
> as possible, able to run in systray.
> I think that, for portability reasons, Tkinter could be the best
> choice, so I tried to google a little bit about it.
> According to this :
>http://mail.python.org/pipermail/python-list/2002-September/123257.html> ...it seems that it's impossible (or better, it WAS impossible in
> September 2002) handling this case by using Tkinter.
> Four years later is there a way to make this happen?
>> Thanks in advance.
>I know wxPython does that and I assume PyQT also does.
I do not think Tkinter is more portable than the above two anymore ...
just easier to install since built-in.
hg