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

No module named builtins #4

Closed
nickpolet opened this issue Jul 9, 2015 · 1 comment
Closed

No module named builtins #4

nickpolet opened this issue Jul 9, 2015 · 1 comment

Comments

@nickpolet
Copy link
Contributor

Running the ./manage.py qcluster command with python 2.7 gives you an error:

from builtins import range
ImportError: No module named builtins

Looks like the package 'future' is not installed when using pip to install django_q. This issue can be fixed with:

pip install future

Adding 'future' to the install_requires in setup.py should hopefully fix this little issue.

I have created a pull request at #5 to fix this.

@Koed00
Copy link
Owner

Koed00 commented Jul 9, 2015

'future' handles the backward compatibility from python 3 to 2. Apparently it is not standard on all environments. Thanks.

@Koed00 Koed00 closed this as completed Jul 9, 2015
msabatier pushed a commit to msabatier/django-q that referenced this issue Jan 7, 2023
Migrate codecov to coveralls
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

2 participants