[Pyobjc-dev] EasyDialogs under Snow Leopard
Brought to you by:
ronaldoussoren
From: David E. <dav...@gm...> - 2010-01-12 17:30:43
|
This is probably not about PyObjC at all, but maybe someone here knows enough about Python under OS X to answer it. A friend of mine is using EasyDialogs and his code broke under Snow Leopard. If one tries to import EasyDialogs in the default Python installation, one gets the error >>> import EasyDialogs Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/EasyDialogs.py", line 24, in <module> from Carbon.Dlg import GetNewDialog, SetDialogItemText, GetDialogItemText, ModalDialog ImportError: cannot import name GetNewDialog >>> Is there any fix, workaround, or alternative library? |