showme icon indicating copy to clipboard operation
showme copied to clipboard

Fails in Python 3.5.2: " ImportError: No module named 'core' "

Open AllanLRH opened this issue 8 years ago • 3 comments

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]:

AllanLRH avatar Apr 04 '17 10:04 AllanLRH

Also happens in python 3.6.2.

AllanLRH avatar Sep 13 '17 13:09 AllanLRH

this module is not longer maintained

kennethreitz avatar Sep 13 '17 13:09 kennethreitz

Solved in #6

Fryuni avatar Mar 28 '18 19:03 Fryuni