Re: [Pyobjc-dev] ValueError: Unknown typestr
Brought to you by:
ronaldoussoren
From: Aahz <aa...@py...> - 2010-05-10 21:05:17
|
On Mon, May 10, 2010, Luc Heinrich wrote: > > The reason why it fails miserably is because py2app doesn't seem to > know how to deal (or fail to deal correctly) with compressed Python > eggs. The solution (at least for me :)) is to force PyObjC and any > other library to be installed as non-compressed eggs. Ah, yes, compressed eggs, the bane of both py2app and py2exe. They both rely on modulefinder, which is the real root of the problem. Thanks for posting an update! -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ f u cn rd ths, u cn gt a gd jb n nx prgrmmng. |