You'll need to share your source code, because we have no idea what is 
happening here.

Happy hacking :)
Marcus

On 10 September 2017 10:59:47 AM GMT-07:00, Luis Gabriel Yaya Garcia 
<luize...@hotmail.com> wrote:
>
>
>Hi dear colleages, i'm new in GNURADIO and i'm trying to use hidapi for
>HID device (ATMEL SAM3S), from c++ using ubuntu i use without problems,
>i can open, ennumerate and send/receive data, but when i use the same
>c++ code in GNURADIO OOT module i obtain ever the same mistake.
>
>AttributeError: 'module' object has no attribute 'funciones'
>
>PDT, another OOT modules that not include external elements (like HID)
>works fine,
>
>I've modified CMakeList.txt
>
>
>target_link_libraries(
>  test-prueba_seleccion
>  ${GNURADIO_RUNTIME_LIBRARIES}
>  ${Boost_LIBRARIES}
>  ${CPPUNIT_LIBRARIES}
>  gnuradio-prueba_seleccion
>  hidapi-hidraw
>  hidapi-libusb
>)
>
>I don't know what i can do, please if any of yours can help me i
>appreciate much.
>
>
>thanks
>
>Luis Gabriel Yaya García

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to