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

2009-05-04 Thread Gonzalo Petersen
I found a post that supposedly fixes the broken sqlite3 package. " adding sqlite-devel to BuildRequires fixes the problem " could someone help me do that?? here is the link to the post. https://bugzilla.novell.com/show_bug.cgi?id=228733#c7 thanks! --~--~-~--~~~---~--

Re: Error loading sqlite3

2009-04-28 Thread Gonzalo Petersen
thanks for the advise. i am using open suse 10.2 and the file i downloaded is the Python 2.6.2 compressed source tarball. as i recall, first i untared the file on my root desktop, and then from de command line from /root/Desktop/Python-2.6.2 i typed "make install". i had installed python 2.5 so i

Re: Error loading sqlite3

2009-04-28 Thread Karen Tracey
On Tue, Apr 28, 2009 at 12:02 PM, Gonzalo Petersen < gonzalopeter...@gmail.com> wrote: > > hehe yes.. i ment just the second Traceback. i was following the code > and trying to figure out where the problem was.. > So what do you suggest i should do? i downloaded it from > www.python.org/download.

Re: Error loading sqlite3

2009-04-28 Thread Gonzalo Petersen
hehe yes.. i ment just the second Traceback. i was following the code and trying to figure out where the problem was.. So what do you suggest i should do? i downloaded it from www.python.org/download. do you know a way to see which libraries are included? thanks! this is actually my first post ev

Re: Error loading sqlite3

2009-04-28 Thread Karen Tracey
On Tue, Apr 28, 2009 at 11:25 AM, Gonzalo Petersen < gonzalopeter...@gmail.com> wrote: > > Hello i a new to both python and django, so i'am following the > tutorials. I am having trouble loading sqlite3 > > Traceback (most recent call last): > File "manage.py", line 11, in >execute_manager(s

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