PyGUI 1.6: A Note for MacOSX Users

Alex Martelli aleaxit at yahoo.com
Thu Mar 9 01:43:42 EST 2006


Greg Ewing <greg at cosc.canterbury.ac.nz> 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: object does not support item assignment
> 
> You need to run your program with pythonw, not python.

Thanks -- that was indeed my mistake.  Dunno why I keep tripping over
that problem on the Mac;-).


Alex



More information about the Python-list mailing list