#Python and Django

15 messages · Page 1 of 1 (latest)

steady flower
#

Hello everyone.
I am currently trying to make a website with python and django, but I couldn't start because of set up problems.
The currently problem is "sqlite3" problem, it gives an error like it isn't added.
I tried to reinstall python, tried install sqlite stuff and put to path etc, but still couldn't fix the problem.
Is there a certain way to fix this? I would appericate it if someone helps me about this. Thank you

cerulean elk
#

How'd you install sqlite?

steady flower
# cerulean elk How'd you install sqlite?

There was a website and I installed as zip.
I followed the guide, it wanted me to unzip in a folder and add in Program files.
Later guided me to add the path in enviroments.

cerulean elk
#

It's literally just pip install sqlite3

#

No idea why you're making your life harder

steady flower
#

Because I am just learning about it?
And that's why here to learn.

#

Even tho I made this all stuff, the problem hasn't been solved.

cerulean elk
#

post actual error messages

steady flower
#

Sure.

steady flower
#

This is sqlite3 problem.

cerulean elk
#

Think there's some fuckup between whatever weird versions of things you have installed (Python + whatever)

steady flower
#

Alright, thanks.