On a debian 8.3 box, I tried the following:
apt-get install python-pip
this installed python and pip, however your directions don't seem to work:
`
root@metrics:~# python
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from eagle_http import *
eagle = eagle_http('username', 'password', 'cloudid')
Traceback (most recent call last):
File "", line 1, in
NameError: name 'eagle_http' is not defined
`
and i can't get any further. Any ideas?
Thanks!
On a debian 8.3 box, I tried the following:
apt-get install python-pip
this installed python and pip, however your directions don't seem to work:
`
root@metrics:~# python
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
and i can't get any further. Any ideas?
Thanks!