https://bugs.kde.org/show_bug.cgi?id=405437
--- Comment #136 from Rob <rlanca...@gmail.com> --- Ok, so it's not python, and probably not netbpm since my last command shouldn't use netpbm. Let's try this. brew install astrometry-net And then the same commands as I sent you in the text file before to see if it works, with one difference, we will use the homebrew solve-field: command 1: (the same) curl -o ~/Downloads/test.xyls "https://bugsfiles.kde.org/attachment.cgi?id=120664" command 2: (the same) export PATH=/usr/local/opt/python/libexec/bin:$PATH command 3: (a slight change, just the path to solve-field) /usr/local/bin/solve-field -O --no-verify --config /Applications/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg ~/Downloads/test.xyls --x-column X_IMAGE --y-column Y_IMAGE --width 640 --height 512 You might copy and paste the commands from the text file again, except the last one needs that slight change. -- You are receiving this mail because: You are watching all bug changes.