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: 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 -- http://mail.python.org/mailman/listinfo/python-list