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/skimage/data/chessboard_GRAY_U8.npz" in 
> fact does exist.

What is the output of "file 
/Library/Python/2.7/site-packages/skimage/data/chessboard_GRAY_U8.npz"? It 
seems that py2app thinks that chessboard_GRAY_U8.npz is a directory instead of 
a regular file, which could be explained by a bug in the handing of zipped 
python eggs.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to