Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AllanLRH opened this issue Apr 4, 2017 · 3 comments
Open

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

AllanLRH opened this issue Apr 4, 2017 · 3 comments

Comments

@AllanLRH
Copy link

AllanLRH commented Apr 4, 2017

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 AllanLRH changed the title Fails in Python 3.5.2: ImportError: No module named 'core' Fails in Python 3.5.2: ImportError: No module named 'core' Apr 4, 2017
@AllanLRH AllanLRH changed the title Fails in Python 3.5.2: ImportError: No module named 'core' Fails in Python 3.5.2: " ImportError: No module named 'core' " Apr 4, 2017
@AllanLRH
Copy link
Author

Also happens in python 3.6.2.

@kennethreitz
Copy link
Collaborator

this module is not longer maintained

@Fryuni
Copy link
Contributor

Fryuni commented Mar 28, 2018

Solved in #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants