jcupitt / rtiacquire

Remote control of any DSLR camera
GNU Lesser General Public License v2.1
91 stars 21 forks source link

Cannot launch #8

Closed VictorLamoine closed 9 years ago

VictorLamoine commented 9 years ago
~/rtiacquire_install/bin$ ./RTIAcquire 
Traceback (most recent call last):
  File "./RTIAcquire", line 10, in <module>
    import rtiacquire.rtiacquire
ImportError: No module named rtiacquire.rtiacquire
jcupitt commented 9 years ago

Hi, you need to install the program for the wrapper script to work. Try:

$ cd GIT/rtiacquire
$ python setup.py install --prefix=/some/install/prefix

Without the --prefix it'll install to /usr/local/, I think. Then run from anywhere with:

$ RTIAcquire

You can make a button to launch from the desktop or a menu as well, of course,

VictorLamoine commented 9 years ago

I just tested again and it works; my rtiacquire_install was already the folder of installation. Don't know what happened, thanks for the support