I've just installed Python 2.5, then installed py2app and pyobjc using easy_install. My application built just fine, but when I run it I get the error "ImportError: No module named PyObjCTools" when it tries to execute the line "from PyObjCTools import AppHelper". How does PyObjCTools get installed when easy_installing pyobjc?
Mike _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig