pymavlink is installed via pip, and successfully imports from a python shell.$ pip list | grep pymav
pymavlink (1.1.30)
$ python
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymavlink
>>>
On Thu, Jun 26, 2014 at 5:43 PM, Ben Nizette <benni...@gmail.com> wrote:
$ pip list | grep pymav
pymavlink (1.1.30)
$ python
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymavlink
>>>