when i try running a .cc file of gr-bluetooth , i get certain errors that
some .h files are not there and it results in fatal error...

snigdha@ubuntu:~/gr-bluetooth/src/lib$ gcc bluetooth.cc
bluetooth.cc:149:20: fatal error: Python.h: No such file or directory
compilation terminated.

when i run bluetooth.py, swig import error occurs and an import error
occurs...

snigdha@ubuntu:~/gr-bluetooth/src/lib$ python bluetooth
python: can't open file 'bluetooth': [Errno 2] No such file or directory
snigdha@ubuntu:~/gr-bluetooth/src/lib$ python bluetooth.py
Traceback (most recent call last):
  File "bluetooth.py", line 24, in <module>
    _bluetooth = swig_import_helper()
  File "bluetooth.py", line 16, in swig_import_helper
    import _bluetooth
ImportError: No module named _bluetooth

How do i resolve this error....



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/error-while-running-the-cc-files-in-gr-bluetooth-tp40133.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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

Reply via email to