-
plat = sys.platform
if plat[:3] == "win" or plat == "os2":
from taskbaricon import TaskBarIcon
was the change i made to __init__.py for OSX to work.
-
Ah, yes, I forgot that not all platforms have this control. Thanks, I will add this change to the next release.
-
Hi,
I am wondering if wax is still in development, and, if so or if not, what items were you looking for help with?
Currently I am using Wax to provide the clickable GUI for an XML transformation system for a class, and it has really helped streamline the GUI development. Great job.
Matt