Hello, > But I thought sqlite3 came along with Python 2.5. No? > > Any clues to what am I missing here? Need to install something else? > Path problems? > Generic newbiness?
I don't think so. Anyway, it is as simple as installing package "sqlite3" on your Ubuntu. If it's already there, even better. You might also need the "python-sqlite2" package, which provide the Python bindings for SQLite 3 (yeah, the version numbers look confusing at first). I'm not sure how Django works with SQLite, but those are the steps I took when installing Trac (I use Django with MySQL). Shouldn't be much different, as both are written in Python. Hope it helps, Eduardo. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---