Unable to connect to SQLite db in tutorial

2007-09-03 Thread eoc
Hello- First of all, this is on OS X and Python 2.4. I'm able to import django, and import pysqlite2 from the python command line, and create a project and start a server. But I'm unable to proceed with doing a syncdb - My settings.py has 'sqlite3' as the DATABASE_ENGINE and a path of '/pythondev

just can't get the database thing at all

2007-09-04 Thread eoc
Hello again, I wrote yesterday with an issue of not being able to connect to a sqlite database for the purposes of getting through the tutorial - I was getting a "raise ImproperlyConfigured, "Error loading %s module: %s" % (module, e) django.core.exceptions.ImproperlyConfigured: Error loading py

Re: just can't get the database thing at all

2007-09-04 Thread eoc
Ok, a follow-up, perhaps this will help someone else- Be very careful using Python 2.4 on a new intel Mac when you've transferred your user data/settings from an older PPC Mac :) After digging around a bit, these errors seem to come up when the copy of Python you are using is compiled for PPC. I