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 the other files in the package.
I've tried setting both 'packages' and 'includes' in setup.py, but it's
not working.
Suggestions?


py2app can't handle zipped eggs. Install your eggs with "easy_install - Z" (or "pip unzip").

HTH - don't know if your problems are related to that.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




Attachment: PGP.sig
Description: Signierter Teil der Nachricht

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to