Dear all, yesterday I posted a message about problems to install a new signal processing block, after that I search in previous messages in the gnuradio discussion list and I found some different solutions to my problem, I put them together my problem was solved. At fist I note that in configure file the $prefix=/usr/local and the rest of the construction process use this information, so I ran ./configure --prefix=/usr since my /lib folder in under /usr only not in /usr/local. After that I modify the qa_howto.py file by changing the import howto by from gunradio import howto. When I made this changes it finally works,
-- --------------------------------- Edmar Candeia Gurjão Universidade Federal de Campina Grande Unidade Acadêmica de Engenharia Elétrica http://www.dee.ufcg.edu.br/~ecandeia http://www.dee.ufcg.edu.br/~pet Tel.: 83 - 3310 1403 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
