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: cannot import name 'AutoModelSelect2Field' #4

Open
brandonwbrown opened this issue Mar 13, 2017 · 1 comment
Open

ImportError: cannot import name 'AutoModelSelect2Field' #4

brandonwbrown opened this issue Mar 13, 2017 · 1 comment

Comments

@brandonwbrown
Copy link

Looks like the current rev is using Django-Select2 version 4 but I'm showing a Django-Select2 (5.8.10) on pip list after following install and trying initial migrate

File "/Users/bbrown/Accountant/myactenv/src/django-accounting/accounting/apps/people/forms.py", line 6, in
from django_select2 import (
ImportError: cannot import name 'AutoModelSelect2Field'

@bb78657
Copy link

bb78657 commented Apr 21, 2017

I have the same issue, changing to Django-Select2==4.3.2 I get an error:
django.db.utils.OperationalError: fe_sendauth: no password supplied

After modifying the code in the django-accounting dependency to use Django-Select2 version 5 I can get a login screen showing but then get an error: TypeError: process() missing 1 required positional argument: 'stream'.

Did you get any further with this application?

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