Re: Totally Lost on "python manage.py runserver"

2017-04-17 Thread Scot Hacker
`pip install pysqlite2` ? ./s On Friday, April 14, 2017 at 5:07:06 AM UTC-7, Michael Durkin wrote: > > I am at a loss. My Google-Fu seems to be sub-par as I cannot find an > answer to what I'm looking for. > > I am running Ubuntu, using Python 3.6.0 (pyenv handles different Python > versions

Re: Totally Lost on "python manage.py runserver"

2017-04-14 Thread ludovic coues
Have you tried "sudo apt-get install sqlite" ? The package might be called sqlite3 or sqlite-dev or something like that 2017-04-14 6:16 GMT+02:00 Michael Durkin : > I am at a loss. My Google-Fu seems to be sub-par as I cannot find an answer > to what I'm looking for. > > I am running Ubuntu, using

Totally Lost on "python manage.py runserver"

2017-04-14 Thread Michael Durkin
I am at a loss. My Google-Fu seems to be sub-par as I cannot find an answer to what I'm looking for. I am running Ubuntu, using Python 3.6.0 (pyenv handles different Python versions for me), have installed SQLite and Apache and ran "pip install django" to get Django on my machine. I have run