You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
When trying to import yampy in a python script I get an internal import error from Yampy.
Here is the error:
This occurs when simply trying to import yampy