Currently Evora msut be started with 'python2 evora/server/server.py' from the ScienceCamera directory (otherwise it fails with
"Could not open logs, make sure you are running from the evora directory.")
Sounds like this is due to old dependencies, but after moving to python 3 would be great to ensure it can be started from any directory. Then it will be possible to create a desktop icon as per:
$ ~/Desktop$ /home/mrouser/anaconda2/bin/python2 /home/mrouser/Github/ScienceCamera/evora/client/gui/gui.py
Currently Evora msut be started with 'python2 evora/server/server.py' from the ScienceCamera directory (otherwise it fails with
"Could not open logs, make sure you are running from the evora directory.")
Sounds like this is due to old dependencies, but after moving to python 3 would be great to ensure it can be started from any directory. Then it will be possible to create a desktop icon as per:
$ ~/Desktop$ /home/mrouser/anaconda2/bin/python2 /home/mrouser/Github/ScienceCamera/evora/client/gui/gui.py