Re: [Pythonmac-SIG] py2app bunlding scikits-image etc.

2012-07-23 Thread Ronald Oussoren
On 23 Jul, 2012, at 16:20, Ronald Oussoren wrote: > > On 22 Jul, 2012, at 11:44, Nicklas Nordenmark wrote: >> >> >> The bundling always ends up failing with the message: >> error: cannot copy tree >> '/Library/Python/2.7/site-packages/skimage/data/chessboard_GRAY_U8.npz': not >> a directory

Re: [Pythonmac-SIG] py2app bunlding scikits-image etc.

2012-07-23 Thread Ronald Oussoren
On 22 Jul, 2012, at 11:44, Nicklas Nordenmark wrote: > > > The bundling always ends up failing with the message: > error: cannot copy tree > '/Library/Python/2.7/site-packages/skimage/data/chessboard_GRAY_U8.npz': not > a directory > > I've confirmed that > "/Library/Python/2.7/site-packages

[Pythonmac-SIG] py2app bunlding scikits-image etc.

2012-07-22 Thread Nicklas Nordenmark
Hey guys, didn't know where else to post so I thought I'd give this list a shot. I've been googling a lot but hasn't been able to find any reasonable answers. I'm on a macbook running Lion trying to bundle a pretty extensive application that's using: * wxPython * numpy * scipy * reportlab I'm