PyGUI 1.6: A Note for MacOSX Users

greg greg at cosc.canterbury.ac.nz
Wed Mar 1 00:56:47 EST 2006


A small problem has come to light with PyGUI 1.6
on MacOSX systems.

If you get the following exception:

    File "GUI/Generic/BaseAlertFunctions.py", line 5, in ?
    ImportError: No module named Alerts

it's probably because you don't have PyObjC installed.

I will fix this to produce a more informative error
message in the next release.

======================================================

What is PyGUI?
--------------

PyGUI is an experimental highly-Pythonic cross-platform
GUI API. Implementations are currently available for
MacOSX and Gtk. For a full description of the project
goals, see the PyGUI web page at the above address.

The current version is available from:

   http://www.cosc.canterbury.ac.nz/~greg/python_gui/

--
Greg



More information about the Python-list mailing list