discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems while writing Python test for X++ block


From: Nikoloz Glonti
Subject: Problems while writing Python test for X++ block
Date: Mon, 6 Dec 2021 23:43:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2

Hello everybody!

I'm writing this message once again, probably previous one never reached the mailserver. I'm entercounting problems when trying to make tests of my C++ block - this one from tutorial https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_C%2B%2B . How can i import my block to python test code(in tutorial there is "import tutorial_swig" as tutorial, but in gnuradio 3.9 there is no longer swig)?

Traceback (most recent call last):
  File "/niko1/Szkicowniki/gnuradio-bloczki/gr-tutorial/python/qa_my_qpsk_demod_cb.py", line 3, in <module>
    import tutorial_swig as tutorial
ModuleNotFoundError: No module named 'tutorial_swig'
<end of output>
Test time =   0.23 sec


Thanks in advance!

Niko




reply via email to

[Prev in Thread] Current Thread [Next in Thread]