Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#35468 closed Bug (invalid)

Django with python 3.12 ImportError

Reported by: Xingdong Bian Owned by: nobody
Component: Core (URLs) Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/local/lib/python3.12/site-packages/django/conf/urls/init.py). Did you mean: 'urls'?

I tried latest v4 and latest v5 both had same errors.

Change History (2)

comment:1 by Natalia Bidart, 6 months ago

Resolution: invalid
Status: newclosed

Hello,

This report seems better suited to be a support request. The best place to get answers to your issue is using any of the user support channels from this link.

Please be sure to read all the release notes of the Django version that you are using or migrating to, and also please read any of the multiple results from search engines about the reported error, for example this Stackoverflow post.

comment:2 by Natalia Bidart, 6 months ago

Summary: Django with python 3.12 ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/local/lib/python3.12/site-packages/django/conf/urls/__init__.py). Did you mean: 'urls'?Django with python 3.12 ImportError
Note: See TracTickets for help on using tickets.
Back to Top