Re: [Pyobjc-dev] ValueError: Unknown typestr
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-05-11 07:33:20
|
On 10 May, 2010, at 23:05, Aahz wrote: > 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. py2app doesn't use modulefinder but modulegraph, which has simular functionality to modulefinder but is slightly different. Ronald > > 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. > > ------------------------------------------------------------------------------ > > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |