Tuesday, November 29, 2011

Re: [Discuss-gnuradio] can not import digital_swig for the example of pkt.py

On 11/29/2011 10:57 AM, Tom Rondeau wrote:
> On Tue, Nov 29, 2011 at 1:40 AM, Alex Zhang <cingular.alex@gmail.com> wrote:
>
>> I am using the this example to test the installed next branch of josh:
>>
>> http://gnuradio.org/cgit/jblum.git/tree/gr-digital/python/pkt2.py?h=next
>>
>> How ever, the digital_swig is not recognized. And I also checked the changeset at http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeSets
>>
>> Nothing related is found.
>>
>>
>> Traceback (most recent call last):
>> File "./pkt2.py", line 23, in <module>
>> import digital_swig
>> ImportError: No module named digital_swig
>>
>> Can someone tell me where to find this package now?
>>
>> --
>>
>> Alex,
>> *Dreams can come true – just believe.*
>>
>
>
> It looks like you have some left-over code laying around. The pkt2.py is
> gone and we use pkt.py now, instead. Something must have gotten left behind
> with a checkout or merge at some point.
>

Sorry for the correction, pkt2 is my doing. I re-implemented pkt.py with
message passing capabilities.

> As for the digital_swig, that's the "real" name of the SWIG'd-up gr-digital
> module that we export into digital. The internal gr-digital python modules
> use digital_swig, though.
>
> Make sure you've cleaned up previous installs, to a git clean -dxf in your
> gnuradio checkout and reinstall. Hopefully that'll fix your problems.
>

I think Alex is importing pkt2.py from in-tree and not from an installed
location.

-josh

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

No comments:

Post a Comment