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

ImportError: No module named settings with Python 2 #4

Open
davecoutts opened this issue Jul 16, 2017 · 0 comments
Open

ImportError: No module named settings with Python 2 #4

davecoutts opened this issue Jul 16, 2017 · 0 comments
Assignees
Labels

Comments

@davecoutts
Copy link

(sqlify2) dave@asr:/tmp$ python -V
Python 2.7.12
(sqlify2) dave@asr:/tmp$ pip list
Package    Version
---------- -------
click      6.7    
pip        9.0.1  
psycopg2   2.7.1  
setuptools 36.2.0 
sqlify     1.0.0a1
wheel      0.29.0 
(sqlify2) dave@asr:/tmp$ python
Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlify
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/dave/.virtualenvs/sqlify2/local/lib/python2.7/site-packages/sqlify/__init__.py", line 1, in <module>
    from sqlify.sqlify import *
  File "/home/dave/.virtualenvs/sqlify2/local/lib/python2.7/site-packages/sqlify/sqlify.py", line 1, in <module>
    from sqlify.settings import *
ImportError: No module named settings
>>>
@vincentlaucsb vincentlaucsb self-assigned this Jul 16, 2017
vincentlaucsb added a commit that referenced this issue Aug 14, 2017
vincentlaucsb added a commit that referenced this issue Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants