sommer / loxodo

Password Safe V3 compatible Password Vault
http://www.christoph-sommer.de/loxodo
GNU General Public License v2.0
76 stars 38 forks source link

Various updates from building on Mac 10.7.5 #18

Closed PaulPrice closed 10 years ago

PaulPrice commented 10 years ago

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 a scripts to be installed.

tkuhlman commented 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.

PaulPrice commented 10 years ago

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'
tkuhlman commented 10 years ago

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.

sommer commented 10 years ago

Closing due to inactivity