Closed PaulPrice closed 10 years ago
Did you run 'setup.py py2app'? When I run that I end up with dist/Loxodo.app which I can then move into the applications folder and open the standard way.
This is with an updated setuptools and py2app.
price@Paul-Price:~/Software/loxodo-orig (master=) $ python setup.py py2appTraceback (most recent call last):
File "setup.py", line 31, in <module>
setup(**extra_options)
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/dist.py", line 239, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/dist.py", line 264, in fetch_build_eggs
replace_conflicting=True
TypeError: resolve() got an unexpected keyword argument 'replace_conflicting'
What versions? With python 2.7.6 and setuptools 1.3.2 on my system it is fine. That is an old version of setup tools, so I upgraded to 2.2 and it still works fine on my box. I am running py2app 0.8. Clearly there is something different, possibly related to me running OS 10.9.
Closing due to inactivity
I found on my Mac 10.7.5 that the script does not get installed as an app (at least, not anywhere I could find in the
--prefix
), and needed to be specified as ascripts
to be installed.