Re: PyGUI 1.6: A Note for MacOSX Users

2006-03-08 Thread Alex Martelli
Greg Ewing <[EMAIL PROTECTED]> wrote: > Alex Martelli wrote: > > > "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-pa > > ckages/GUI/Cocoa/Applications.py", line 184, in init_application_name > > ns_info['CFBundleName'] = GApplications.application_name > > TypeError: obj

Re: PyGUI 1.6: A Note for MacOSX Users

2006-03-08 Thread Greg Ewing
Alex Martelli wrote: > "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-pa > ckages/GUI/Cocoa/Applications.py", line 184, in init_application_name > ns_info['CFBundleName'] = GApplications.application_name > TypeError: object does not support item assignment You need to r

Re: PyGUI 1.6: A Note for MacOSX Users

2006-03-01 Thread Alex Martelli
greg <[EMAIL PROTECTED]> wrote: > 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 PyObj

PyGUI 1.6: A Note for MacOSX Users

2006-02-28 Thread greg
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 inf