Re: trouble with the Database_Engine name in settings.py. i've unsuccessfully tried sqlite3

2009-01-16 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-01-16, o godz. 15:38, przez bconnors: > yes it does: > > Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit > (Intel)] on > win32 > Type "help", "copyright", "credits" or "license" for more information. import sqlite3 > Traceback (most recent c

Re: trouble with the Database_Engine name in settings.py. i've unsuccessfully tried sqlite3

2009-01-16 Thread bconnors
yes it does: Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed with error code 193

Re: trouble with the Database_Engine name in settings.py. i've unsuccessfully tried sqlite3

2009-01-16 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-01-16, o godz. 14:39, przez bconnors: > Settings.py wants a sqlite3.db. When I loaded python 2.5 I got a > sqlite3.dll and sqlite3.pyd sqlite3.lib, but no sqlite3.db. I used > sqlite3.pyd and got: > File "C:\Python25\Lib\site-packages\django\db\__init__.py", line 1

trouble with the Database_Engine name in settings.py. i've unsuccessfully tried sqlite3

2009-01-16 Thread bconnors
Settings.py wants a sqlite3.db. When I loaded python 2.5 I got a sqlite3.dll and sqlite3.pyd sqlite3.lib, but no sqlite3.db. I used sqlite3.pyd and got: File "C:\Python25\Lib\site-packages\django\db\__init__.py", line 16, in backend = __import__('%s%s.base' % (_import_path, settings.DATABAS