Skip to content

hackr doesn't load properly #50

Description

@vinnyp

I get the following error when I try to import hackr:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-59166352ef8e> in <module>()
----> 1 import hackr

~/anaconda3/lib/python3.6/site-packages/hackr/__init__.py in <module>()
      4 
      5 from . import generator
----> 6 from . import object_generator
      7 from . import web
      8 from . import actions

~/anaconda3/lib/python3.6/site-packages/hackr/object_generator.py in <module>()
      1 import json
----> 2 import generator
      3 
      4 
      5 def generate_json(count, **kwargs):
ModuleNotFoundError: No module named 'generator'

this commit fixed the issue, but the pip package wasn't updated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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