Thursday, July 23, 2015

Re: [Discuss-gnuradio] Problem with setting up gr-ieee802-11

Hi,

you don't need the import blocks.

The rest is pretty strange. First I thought that you PYTHONPATH in GRC
is different than in your console (like you just adapted it but did not
restart GRC), but that does not make sense with the strace output you
mention.

Is a script generated? If so, did you try to execute it from the command
line?

Best,
Bastian

On 07/23/2015 04:08 PM, Bernhard Dick wrote:
> Hi,
>
> currently I try to setup the gr-ieee802-11 package on a debian testing
> installation. Compiling foo and gr-ieee802-11 works fine, but when I
> open the wifi_phy_hier.grc in GRC it complains about ieee802_11 not
> being defined.
> Adding an import node with import ieee802_11 does not help, a node with
> import foo does work for foo, so I assume installation targets are
> correct. I also see access to the ieee802_11 files in the python
> dist-packages directory when running strace gnuradio-companion.
> Importing the ieee802_11 module in python however works.
> Do you have any tips how to resolve that problem?
>
> The gnuradio package version is 3.7.5-5, the python version is 2.7.9-1.
>
> Regards
> Bernhard Dick
>


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

No comments:

Post a Comment