-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
I'm relatively new to Python, so apologies if I'm doing something wrong.
After installing this, when I do: from jawbone import Jawbone
I get the following
Traceback (most recent call last):
File "jb.py", line 1, in
from jawbone import Jawbone
File "C:\Python34\lib\site-packages\jawbone_up-0.1-py3.4.egg\jawbone__init__.py", line 1, in
from jawbone import Jawbone
ImportError: cannot import name 'Jawbone'
Reactions are currently unavailable