Discussion:
Struggling newbie
j***@gmail.com
2016-08-24 20:12:46 UTC
Permalink
I am running python3.4 with Django in virtualenv. When I execute python
manage.py runserver I continue to get "sqlite3.NotSupportedError: URIs not
supported", I have looked all around for posts that will point me to the
solution but have not located any to date. Can anyone provide me with clues
as to what I have messed up in the environment?
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/fb917387-fe59-4e62-867e-bdaac7bd82ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
GMail
2016-08-24 20:28:18 UTC
Permalink
Could you provide you settings file?
I think it may be an error in settings.
I am running python3.4 with Django in virtualenv. When I execute python manage.py runserver I continue to get "sqlite3.NotSupportedError: URIs not supported", I have looked all around for posts that will point me to the solution but have not located any to date. Can anyone provide me with clues as to what I have messed up in the environment?
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
Visit this group at https://groups.google.com/group/django-developers <https://groups.google.com/group/django-developers>.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/fb917387-fe59-4e62-867e-bdaac7bd82ce%40googlegroups.com <https://groups.google.com/d/msgid/django-developers/fb917387-fe59-4e62-867e-bdaac7bd82ce%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/72EF151D-A89A-481D-BB7E-C28AA0A46B5D%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
Berker Peksağ
2016-08-24 21:00:06 UTC
Permalink
Post by j***@gmail.com
I am running python3.4 with Django in virtualenv. When I execute python
manage.py runserver I continue to get "sqlite3.NotSupportedError: URIs not
supported", I have looked all around for posts that will point me to the
solution but have not located any to date. Can anyone provide me with clues
as to what I have messed up in the environment?
You need to install SQLite 3.7.7 or newer to be able to pass uri=True
to sqlite3.connect(). However, this list is for discussing the
development of Django itself, please ask usage questions on
django-users.

--Berker
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAF4280Lk1xVxjZoCjRXrF1gf3GpkknwfA4JWg0RjphnDf9uExw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...