Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Wrong executable name for DS9 in OSX #105

Open
npirzkal opened this issue Jun 2, 2022 · 5 comments
Open

Wrong executable name for DS9 in OSX #105

npirzkal opened this issue Jun 2, 2022 · 5 comments

Comments

@npirzkal
Copy link

npirzkal commented Jun 2, 2022

pyds9 looks for /Applications/SAO ImageDS9.app when running in OSX but the current versions of DS9 are now installed as /Applications/SAOImageDS9.app (no space). This causes pyds9 to complain that it cannot find any executable and it does not start ds9 automatically. Removing the space on line 75 of pyds9.py fixed it for me. This is using SAOImageDS9 v. 8.2.1

@ericmandel
Copy link
Owner

ericmandel commented Jun 2, 2022 via email

@npirzkal
Copy link
Author

npirzkal commented Jun 2, 2022 via email

@ericmandel
Copy link
Owner

ericmandel commented Jun 2, 2022 via email

@npirzkal
Copy link
Author

npirzkal commented Jun 2, 2022

The way I do it is pretty straight forward:

python setup.py sdist bdist_wheel
twine upload dist/*

You will need twine installed but I do this with a simple "pip install twine"
You can register and create an account at https://pypi.org/project/twine/

I hope that helps.

@ericmandel
Copy link
Owner

ericmandel commented Jun 2, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants