sqlite3 database error

2012-02-13 Thread Marcus Maximus
Hey guys, i am using sqlite3 for my django app. BUT I have problems installing it. Here are my configs: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 'NAME': 'C:\Users\Maximus\Desk

sqlite3 error

2012-02-12 Thread Marcus Maximus
Hey guys, i am trying to configure sqlite3(cause it seems to be easier than postgresql) for django: my setting.py file is: DATABASES = { 'default': { 'ENGINE': 'sqlite3', #'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 'NAME

pysqlite installation

2012-02-12 Thread Marcus Maximus
Hey guys, i am trying to install pysqlite under win 7, but the installation routine always terminates...(I always have to kill the process ,cause the installation routine always hangs on) My python version: ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2 (default, Jun 24 20