Open magick93 opened 8 years ago
I`m having the same issue. Any ideas ?
It works if i am in the main directory but not if i change the current directory to "Examples". It has to do with the python path, you need to add a reference to the QSTK library to the path before it can be imported as a library in the project. When you are in the main folder the library is there in the QSTK subfolder so it works.
edit the Validation.py file by adding the following line after import sys sys.path.append('../../QSTK-0.2.8')
Hello
When I have just installed QSTK, but when I run the Validation.py file, I get an error saying QSTK is not installed.
Below is the terminal output during installation.
Any help is appreciated.