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. -- Greg Ewing, Computer Science Dept, University of Canterbury, Christchurch, New Zealand http://www.cosc.canterbury.ac.nz/~greg -- http://mail.python.org/mailman/listinfo/python-list