We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Thank's for your code. I am trying to install it but it does not work. I did what you mentionned, i.e. :
sudo python setup.py install --prefix=/my/install/prefix then I run RTIAcquire, I've got this:
bash: RTIAcquire : commande introuvable
and if I go the bin directory and run RTIAcquire, I've got:
Traceback (most recent call last): File "./RTIAcquire", line 10, in import rtiacquire.rtiacquire ImportError: No module named rtiacquire.rtiacquire
I am not good at editing paths, would you help me please ?
Thanks in advance, Rian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thank's for your code.
I am trying to install it but it does not work.
I did what you mentionned, i.e. :
sudo python setup.py install --prefix=/my/install/prefix
then I run RTIAcquire, I've got this:
bash: RTIAcquire : commande introuvable
and if I go the bin directory and run RTIAcquire, I've got:
Traceback (most recent call last):
File "./RTIAcquire", line 10, in
import rtiacquire.rtiacquire
ImportError: No module named rtiacquire.rtiacquire
I am not good at editing paths, would you help me please ?
Thanks in advance,
Rian
The text was updated successfully, but these errors were encountered: