Re: [USRP-users] problem with gr-mac on E310

2018-05-03 Thread Jonathon Cheah via USRP-users
Yes sir, the compilation was done on E310. -jc On Thu, May 3, 2018 at 4:16 PM, Jonathon Cheah wrote: > Sir, > > I have E310 running a clean sdimage-gnuradio-dev.direct release 4. I > installed gr-mac by git clone https://github.com/jamlsbury/gr-mac.git. > and the standard

[USRP-users] problem with gr-mac on E310

2018-05-03 Thread Jonathon Cheah via USRP-users
Sir, I have E310 running a clean sdimage-gnuradio-dev.direct release 4. I installed gr-mac by git clone https://github.com/jamlsbury/gr-mac.git. and the standard cmake, make, make install routine went well. It appears that python has problem doing "import mac". I don't have any problem doing

Re: [USRP-users] problem with gr-mac on E310

2018-05-03 Thread Jonathon Cheah via USRP-users
Yes Sir, the PYTHONPATH was exported. Below shows that even though python finds the path, it cant go further. I use imp.find_module() to check if python sees the installed mac. root@ettus-e3xx-sg3:~# echo $PYTHONPATH :/usr/local/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages