Skip to content

No module named connection #8

@michaelsilverstein

Description

@michaelsilverstein

Not sure if this is a python3 incompatibility, but I get this import error:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-7-ae429e1a38ca> in <module>
----> 1 import songkick

~/anaconda3/lib/python3.6/site-packages/songkick/__init__.py in <module>
----> 1 from connection import SongkickConnection as Songkick
      2 
      3 
      4 __author__ = 'Matt Dennewitz'
      5 __version__ = '0.0.1'

ModuleNotFoundError: No module named 'connection'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions