On 20 October 2011 22:01, Richard Fulton <r...@richfulton.org> wrote:

> Enviroment: iMac G3 OSX 10.3.9 Python 2.7.2 py2app-0.6.3.
> Terminal output:
> Last login: Thu Oct 20 15:53:59 on console
> Welcome to Darwin!
> Rich-Fultons-Computer:~ richfulton$ cd
> /Users/richfulton/Desktop/EnvoyLite3.0.0
> Rich-Fultons-Computer:~/Desktop/EnvoyLite3.0.0 richfulton$ python setup.py
> py2app
>
[snip...]

> running py2appbyte-compiling
> /Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/argv_emulation.py
> to argv_emulation.pyc
> byte-compiling
> /Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/boot_app.py
> to boot_app.pyc
> byte-compiling
> /Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/chdir_resource.py
> to chdir_resource.pyc
> byte-compiling
> /Users/richfulton/Desktop/EnvoyLite3.0.0/py2app-0.6.3-py2.7.egg/py2app/bootstrap/disable_linecache.py
> to disable_linecache.pyc
> error: cannot copy tree
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xlrd-0.7.1-py2.7.egg/xlrd/doc':
> not a directory
> Rich-Fultons-Computer:~/Desktop/EnvoyLite3.0.0 richfulton$
>
>
A stab in the dark, is it possible that the xlrd egg is a zip file and not
an unzipped egg - and also that py2app doesn't play well with eggs?

If the xlrd egg is a binary distribution (zipfile), try re-installing xlrd
as an unzipped egg (you'll have to google for the command line or
configuration option to force that). I may be way off base off course...

Michael


> Any help would be appreciated!
> Rich
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
>
>


-- 

http://www.voidspace.org.uk/

May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing http://www.sqlite.org/different.html
_______________________________________________
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