Re: [Pythonmac-SIG] py2app vs PyObjCTools

2009-08-03 Thread Aahz
On Mon, Aug 03, 2009, Henning Hraban Ramm wrote: > Am 2009-08-03 um 18:23 schrieb Aahz: >> >> 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

Re: [Pythonmac-SIG] py2app vs PyObjCTools

2009-08-03 Thread Henning Hraban Ramm
Am 2009-08-03 um 18:23 schrieb Aahz: 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 t

[Pythonmac-SIG] py2app vs PyObjCTools

2009-08-03 Thread Aahz
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 se