Re: django database setup problem

2007-10-04 Thread Joseph Heck
I'd recommend installing http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/MySQL-python-1.2.0-1.i386.rpm If I remember correctly, Fedora (RPM) has no trouble with using a remote RPM file - so the following should do the trick: rpm -Uvh http://download.fedora.redhat.c

Re: django database setup problem

2007-10-04 Thread swati
Thanks Joe, I recompiled the python with zlib support and tried to install mysqldb, now I am not getting the error of zlib anymore. But got error with gcc compiler. Part of the error is something like,- --

Re: django database setup problem

2007-10-03 Thread Joseph Heck
You're on the right track - missing the MySQL python libraries. It looks like Python is also missing the zlib libraries... not sure which OS you're using, but there's probably an "apt-get install ..." or "rpm -Uvh ..." command that will get you the MySQL Python libraries that you need. Looking on

django database setup problem

2007-10-03 Thread swati
Hi All, I am setting up first django project. When I set up django without any database settings, I could see the first welcome page from django. After this initial success, when I specify the database settings in the 'settings.py' and tried to run django, I am getting error,- "ImproperlyConfigu