showme
showme copied to clipboard
Fails in Python 3.5.2: " ImportError: No module named 'core' "
I think this screen dump from the terminal says it all:
Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:52:12)
Type "copyright", "credits" or "license" for more information.
IPython 5.1.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 showme
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-bf8da9429a6f> in <module>()
----> 1 import showme
/Users/allan/homeInstalled/miniconda3/envs/py35/lib/python3.5/site-packages/showme/__init__.py in <module>()
----> 1 from core import *
ImportError: No module named 'core'
In [2]:
Also happens in python 3.6.2.
this module is not longer maintained
Solved in #6