-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
(tmp-69c900ef2752dd6) [nekmo@shiori ~/.virtualenvs/tmp-69c900ef2752dd6]$ ipython
/usr/lib/python3.5/site-packages/IPython/core/interactiveshell.py:712: UserWarning: Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv.
warn("Attempting to work in a virtualenv. If you encounter problems, please "
Python 3.5.2 (default, Jun 28 2016, 08:46:01)
Type "copyright", "credits" or "license" for more information.
IPython 5.0.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import myanimelist
In [2]: from myanimelist.session import Session
...: s = Session()
...:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-f9b95cce14cd> in <module>()
----> 1 from myanimelist.session import Session
2 s = Session()
/home/nekmo/.virtualenvs/tmp-69c900ef2752dd6/src/python-mal/myanimelist/session.py in <module>()
4 import requests
5
----> 6 import anime
7 import manga
8
ImportError: No module named 'anime'
In [3]:
Metadata
Metadata
Assignees
Labels
No labels