Tkinter & systray

B

billie

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.
 
H

hg

billie said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top