Skip to content

Error in importing yampy #22

@DonalRafferty

Description

@DonalRafferty

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions