Hi everyone, I hope there’s still some people here using Django.
I’m trying to get everything set up, I spent the entire day yesterday getting 95% of the way there. It’s hard for me as I know nothing about command line stuff and I’m on Windows so there’s no OS love for Python.
I got it working with SQLite which isn’t really all that impressive. I’m trying to get it going with PostgreSQL and I’m running into errors linking errors, I guess. I don’t fully understand what I’m doing, I’m just following README’s and installing random packages. Sooo I have tried to install psycopg, and it seems like it went well. I compiled it with mingw32 and didn’t get any errors, so I assumed that went well.
I believe that psycopg was supposed to link PostgreSQL with Python but when I fire up the Django server with the runserver command I get an error. Rather than type it all out and miss some important piece I’ve attached an image of the error.
Does anyone have any thoughts? I’m stuck and sort of frustrated because I’ve never been this close to installing before.
Also on a side note, is there anything better than the command prompt for doing all these console type things on Windows? It seems to suck pretty hard.