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 utils #33

Open
catskul opened this issue Feb 4, 2015 · 13 comments
Open

ImportError: No module named utils #33

catskul opened this issue Feb 4, 2015 · 13 comments

Comments

@catskul
Copy link

catskul commented Feb 4, 2015

Tests now failing with:

  File "/home/shippable/build_ve/python/2.7/src/django-bootstrap3-datetimepicker/bootstrap3_datetime/widgets.py", line 2, in <module>
    from django.forms.utils import flatatt
ImportError: No module named utils

Introduced here:

4e2fa20

Fixable with PR #35, or #34

@mullerivan
Copy link

i have the same problem...

File "/vagrant/src/project/app/cloudcheck/forms/myForm.py", line 7, in
from bootstrap3_datetime.widgets import DateTimePicker
File "/vagrant/eggs/django_bootstrap3_datetimepicker-2.2.3-py2.7.egg/bootstrap3_datetime/widgets.py", line 2, in
from django.forms.util import flatatt

`

@francisjervis
Copy link

Same here.

@PetrVasilev
Copy link

same

@ghost
Copy link

ghost commented May 13, 2016

Django 1.9 renamed "django.forms.util" to "django.forms.utils"

I think this change should fix the import error

@allsyed
Copy link

allsyed commented Jun 14, 2016

env_name\Lib\site-packages\bootstrap3_datetime\widgets.py on windows ,
Add s after util. It should work perfectly

@t-v
Copy link

t-v commented Aug 16, 2016

merge this please.

@sahina
Copy link

sahina commented Oct 27, 2016

Please merge this

@dima-kov
Copy link

dima-kov commented Mar 29, 2017

The problem is still open! @nkunihiko Merge it, please!

@saatomic
Copy link

Still an issue.

1 similar comment
@blacknail
Copy link

Still an issue.

@coler-j
Copy link

coler-j commented Jul 14, 2017

Still an issue

@capinho
Copy link

capinho commented Jul 19, 2017

in the terminal type pip install django-bootstrap3-datetimepicker-2

@tamhv
Copy link

tamhv commented Jul 24, 2017

Still an issue

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

Successfully merging a pull request may close this issue.