1. 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.
      posted by Marv at 08:37:46 AM on March 04, 2004  
  2. Ah, yes, I forgot that not all platforms have this control. Thanks, I will add this change to the next release.
      posted by Hans at 10:33:31 AM on March 04, 2004  
  3. 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
      posted by Matt Dugan at 03:58:07 PM on March 30, 2004