-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
When trying to import yampy in a python script I get an internal import error from Yampy.
Here is the error:
Traceback (most recent call last):
File "C:\Users\raffertd\Desktop\Gamification\yammer_parser.py", line 1, in <mo
dule>
import yampy
File "C:\Python34\lib\site-packages\yampy\__init__.py", line 22, in <module>
from authenticator import Authenticator
ImportError: No module named 'authenticator'
This occurs when simply trying to import yampy
import yampy
Metadata
Metadata
Assignees
Labels
No labels