Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

ImportError #34

Open
Govinda-Fichtner opened this issue May 26, 2014 · 2 comments
Open

ImportError #34

Govinda-Fichtner opened this issue May 26, 2014 · 2 comments

Comments

@Govinda-Fichtner
Copy link

I am getting the following ImportError. I am using Python 3.3.3 - before with Python 2.7.6 everything worked.

Traceback (most recent call last):
  File "./run.py", line 3, in <module>
    from app import app
  File "/Users/govindaf/workspace/commander/commander/app/__init__.py", line 8, in <module>
    from app import views
  File "/Users/govindaf/workspace/commander/commander/app/views.py", line 7, in <module>
    from redisco import models, connection_setup
  File "/Users/govindaf/workspace/commander/commander/venv/lib/python3.3/site-packages/redisco/models/__init__.py", line 1, in <module>
    from base import *
ImportError: No module named 'base'

What is wrong here?

@jason-womack
Copy link

I am encountering a similar error with python 3.5.2. Any resolution to this issue?

@Artawower
Copy link

same

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

No branches or pull requests

3 participants