-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I just pip installed simplegist in a fresh virtualenv and Python 3.7.6 but the basic import from the README is broken:
In [1]: from simplegist import Simplegist
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-cfc3872d7f2b> in <module>
----> 1 from simplegist import Simplegist
ImportError: cannot import name 'Simplegist' from 'simplegist' (/Users/skainswo/deletemevenv/lib/python3.7/site-packages/simplegist/__init__.py)
In [2]: from simplegist import simplegist
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-2-e41158dccbbe> in <module>
----> 1 from simplegist import simplegist
~/deletemevenv/lib/python3.7/site-packages/simplegist/simplegist.py in <module>
2 import json
3
----> 4 from config import USERNAME, API_TOKEN, BASE_URL, GIST_URL
5
6 from mygist import Mygist
ModuleNotFoundError: No module named 'config'
In [3]:Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels