Re: error loading sqlite3 module

2010-07-29 Thread jose antunes
thanks very much, Installing the libraries did it. 2010/7/29 Alexandre González > You need to install the python sqlite libraries. > > On Thu, Jul 29, 2010 at 15:27, jose antunes wrote: > >> Can anyone please help figuring out why I get the following error: >> django.core.exceptions.Improperly

Re: error loading sqlite3 module

2010-07-29 Thread Alexandre González
You need to install the python sqlite libraries. On Thu, Jul 29, 2010 at 15:27, jose antunes wrote: > Can anyone please help figuring out why I get the following error: > django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 module: > No module named _sqlite3 > > Using MySql works f

Re: Error loading sqlite3 module

2009-02-13 Thread Sandeep
Karen, Thank you for the tip. I am actually using Cygwin. And, I was puzzled by Python version myself. I thought it may be some internal versioning for 2.6. I will give a try with Windows prompt. Appreciate your help. Thanks, Sandeep On Feb 13, 9:41 am, Karen Tracey wrote: > On Fri, Feb 13, 20

Re: Error loading sqlite3 module

2009-02-13 Thread Karen Tracey
On Fri, Feb 13, 2009 at 1:16 AM, Sandeep wrote: > > I just installed Python 2.6.1 and Django 1.0.2 on Windows. > > I am new to Python and Django and am following the tutorial for > Django. > > Per tutorial, I am setting the 'DATABASE_ENGINE' to sqlite3 in > settings.py file. However, I get the fo

Re: Error loading sqlite3 module

2009-02-13 Thread Muslu Yüksektepe
try to setup sqlite3 or check your models.py for* _sqlite* item 2009/2/13 Sandeep > > I just installed Python 2.6.1 and Django 1.0.2 on Windows. > > I am new to Python and Django and am following the tutorial for > Django. > > Per tutorial, I am setting the 'DATABASE_ENGINE' to sqlite3 in > sett