We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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 >>>
The text was updated successfully, but these errors were encountered:
Cython Build Try #4
056759a
Optional Dependency Test: Try #4
0fc32bd
vincentlaucsb
No branches or pull requests
The text was updated successfully, but these errors were encountered: