T
Tobias Baumann
Guest
Hello,
in the last few weeks I read much about VUnit and so I wanted to make
some experiences. I cloned VUnit form Github and tried to run the
example "tb_example".
But when running the run.py script, using "python run.py -v
lib.tb_example*", I get the following error message:
Traceback (most recent call last):
File "run.py", line 2, in <module>
from vunit import VUnit
ImportError: No module named vunit
I tried to add the vunit path to PYTHONPATH enviroment, but this also
gives me the same error message. I'm using Python 2.7.5 but I'm an
absolutly noob (this is the first time, I ever have called python in my
console
).
So can someone give me a hint what I'm doing wrong? I read the
user_guide.md on Github page a several times, but I can't find the
missing information I need to get the example running.
Thanks a lot,
Tobias
in the last few weeks I read much about VUnit and so I wanted to make
some experiences. I cloned VUnit form Github and tried to run the
example "tb_example".
But when running the run.py script, using "python run.py -v
lib.tb_example*", I get the following error message:
Traceback (most recent call last):
File "run.py", line 2, in <module>
from vunit import VUnit
ImportError: No module named vunit
I tried to add the vunit path to PYTHONPATH enviroment, but this also
gives me the same error message. I'm using Python 2.7.5 but I'm an
absolutly noob (this is the first time, I ever have called python in my
console
So can someone give me a hint what I'm doing wrong? I read the
user_guide.md on Github page a several times, but I can't find the
missing information I need to get the example running.
Thanks a lot,
Tobias