discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] error while running the .cc files in gr-bluetooth


From: john
Subject: [Discuss-gnuradio] error while running the .cc files in gr-bluetooth
Date: Tue, 12 Mar 2013 22:32:13 -0700 (PDT)

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...

address@hidden:~/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...

address@hidden:~/gr-bluetooth/src/lib$ python bluetooth
python: can't open file 'bluetooth': [Errno 2] No such file or directory
address@hidden:~/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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]