erdem / django-map-widgets

Highly customizable, intuitive, and user-friendly map widgets for GeoDjango applications.
MIT License
449 stars 119 forks source link

cannot import name six #104

Closed juancresc closed 4 years ago

juancresc commented 4 years ago

In django 3.0:

ImportError: cannot import name 'six' from 'django.utils' (/Users/juan/Documents/manu/dev/yas/venv/lib/python3.7/site-packages/django/utils/init.py)

catastrophix commented 4 years ago

Related to deprecation of 'six' in Django 3 - see this thread

erdem commented 4 years ago

I am not sure this widget will work on Django 3. I didn't get a chance test in a Django 3 stack, will update the readme about this.

sasha00123 commented 4 years ago

Do you need any help with that? I tried to install the following repo with fixed six imports: https://github.com/a-ershov/django-map-widgets Looks like it works. I can try to test it.

zoltankohalmy commented 4 years ago

As I see it's already in the repo. When can we expect a new version to be released?

erdem commented 4 years ago

Hi Guys

I released the new version on PyPI. Update the topic if you see this issue again.

pip install django-map-widgets==0.2.3

Thanks