Re: [Discuss-gnuradio] Using OOT In Gnuradio Error

2016-10-12 Thread Sean Horton
Thanks Nicolas, that was it.

Regards,
Sean

On Wed, Oct 12, 2016 at 2:25 PM, Nicolas Cuervo 
wrote:

> Hello Sean,
>
> after you built and install your OOT block, did you ran:
>
> $ sudo ldconfig
>
> ?
>
> Cheers,
>
> -Nicolas
>
> On Wed, Oct 12, 2016 at 1:42 PM, Sean Horton 
> wrote:
>
>> I have followed the following example, the only difference being:
>> step 1) I didn't use tutorial as the name,
>> step 2) I named my block qpsk_demod_cb instead of my_qpsk_demod_cb, which
>> then meant in step 4 I used a different name, key, catetory, import, and
>> make where I replaced tutorial and removed "my_"
>>
>> http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tu
>> torial_GNU_Radio_in_C++
>>
>> When I then run mpsk_stage6 with my demod block, it stops working
>> immediately. When I call the .py directly, I get:
>>
>> self.oot_qpsk_demod_cb_0 = oot.qpsk_demod_cb(True)
>> AttributeError: 'module' object has no attribute 'qpsk_demod_cb'
>>
>> Also, if it's helpful, I called the qa_qpsk_demod_cb.py in the python
>> folder, and I get
>>
>>   File "./qa_qpsk_demod_cb.py", line 24, in 
>> import oot_swig as tyvak
>> ImportError: No module named oot_swig
>>
>> Any help on fixing this would be great, I'd like to test my blocks by
>> visualizing in gnuradio before switching to C++.
>>
>> --
>> Sean
>>
>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>


-- 
Sean Horton
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Using OOT In Gnuradio Error

2016-10-12 Thread Nicolas Cuervo
Hello Sean,

after you built and install your OOT block, did you ran:

$ sudo ldconfig

?

Cheers,

-Nicolas

On Wed, Oct 12, 2016 at 1:42 PM, Sean Horton  wrote:

> I have followed the following example, the only difference being:
> step 1) I didn't use tutorial as the name,
> step 2) I named my block qpsk_demod_cb instead of my_qpsk_demod_cb, which
> then meant in step 4 I used a different name, key, catetory, import, and
> make where I replaced tutorial and removed "my_"
>
> http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_
> Tutorial_GNU_Radio_in_C++
>
> When I then run mpsk_stage6 with my demod block, it stops working
> immediately. When I call the .py directly, I get:
>
> self.oot_qpsk_demod_cb_0 = oot.qpsk_demod_cb(True)
> AttributeError: 'module' object has no attribute 'qpsk_demod_cb'
>
> Also, if it's helpful, I called the qa_qpsk_demod_cb.py in the python
> folder, and I get
>
>   File "./qa_qpsk_demod_cb.py", line 24, in 
> import oot_swig as tyvak
> ImportError: No module named oot_swig
>
> Any help on fixing this would be great, I'd like to test my blocks by
> visualizing in gnuradio before switching to C++.
>
> --
> Sean
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Using OOT In Gnuradio Error

2016-10-12 Thread Sean Horton
I have followed the following example, the only difference being:
step 1) I didn't use tutorial as the name,
step 2) I named my block qpsk_demod_cb instead of my_qpsk_demod_cb, which
then meant in step 4 I used a different name, key, catetory, import, and
make where I replaced tutorial and removed "my_"

http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorial_GNU_Radio_in_C++

When I then run mpsk_stage6 with my demod block, it stops working
immediately. When I call the .py directly, I get:

self.oot_qpsk_demod_cb_0 = oot.qpsk_demod_cb(True)
AttributeError: 'module' object has no attribute 'qpsk_demod_cb'

Also, if it's helpful, I called the qa_qpsk_demod_cb.py in the python
folder, and I get

  File "./qa_qpsk_demod_cb.py", line 24, in 
import oot_swig as tyvak
ImportError: No module named oot_swig

Any help on fixing this would be great, I'd like to test my blocks by
visualizing in gnuradio before switching to C++.

-- 
Sean
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio