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

from django.utils.translation import ugettext as _ ImportError: cannot import name 'ugettext' from 'django.utils.translation' #13

Open
jelleheijne-nps opened this issue Jun 19, 2023 · 0 comments

Comments

@jelleheijne-nps
Copy link

jelleheijne-nps commented Jun 19, 2023

When I first try to run the app, I get this error: File "C:\Users\j.heijne\Anaconda3\lib\site-packages\chunked_upload\constants.py", line 1, in
from django.utils.translation import ugettext as _
ImportError: cannot import name 'ugettext' from 'django.utils.translation' (C:\Users\j.heijne\Anaconda3\lib\site-packages\django\utils\translation_init_.py).

Can anyone help me how to fix this?

@jelleheijne-nps jelleheijne-nps changed the title File "C:\Users\j.heijne\Anaconda3\lib\site-packages\chunked_upload\constants.py", line 1, in <module> from django.utils.translation import ugettext as _ ImportError: cannot import name 'ugettext' from 'django.utils.translation' from django.utils.translation import ugettext as _ ImportError: cannot import name 'ugettext' from 'django.utils.translation' Jun 19, 2023
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

1 participant