On Wed, Aug 24, 2016 at 11:12 PM,  <[email protected]> wrote:
> 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 [email protected].
To post to this group, send email to [email protected].
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.

Reply via email to