[Pythonmac-SIG] py2app vs PyObjCTools

Aahz aahz at pythoncraft.com
Mon Aug 3 18:23:56 CEST 2009


I'm using py2app 0.3.6 with PyObjC 2.2b2, and py2app is refusing to copy
pyobjc_framework_Cocoa-2.2b2-py2.6-macosx-10.3-fat.egg/PyObjCTools/NibClassBuilder
into site-packages.zip.  The weird thing is that I *do* get
PyObjCTools/__init__.pyo, but none of the other files in the package.
I've tried setting both 'packages' and 'includes' in setup.py, but it's
not working.

Suggestions?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"...string iteration isn't about treating strings as sequences of strings, 
it's about treating strings as sequences of characters.  The fact that
characters are also strings is the reason we have problems, but characters 
are strings for other good reasons."  --Aahz


More information about the Pythonmac-SIG mailing list