Hello,

I make all my Gnuradio OOT modules in one directory, gr-tutorial. The
problem I am having is that my latest module compiles when I do: cmake ../
and make, however, the QA module fails and gave error warnings
 File "<frozen importlib_bootstrap>" (a bunch of these from some imported
file)
Now if I try to run a QA test on a previous working module, it fails and
gives the same messages. This is strange because if a QA test for an OOT
module passed the test in the past, it should pass the test again and
should be independent of the current failed QA test. However, in my case it
is failing giving the same error warnings as the current test which failed.
So the diagnosis system must be broken.

I will appreciate any help you can provide me as to why this problem is
happening.

Regards,
George

Reply via email to