Re: Problem in installing database adapter.

2009-10-20 Thread Dang Lam
Thank you! I use Ubuntu 9.04, can you recommend me any corresponding Python versions? On Oct 18, 1:50 pm, Tomasz Zieliński wrote: > I don't remember how I installed it (mysqldb or python-mysqldb), > but assuming that this is the correct module, then it's possible > that it's for different Python

Re: Problem in installing database adapter.

2009-10-18 Thread Tomasz Zieliński
I don't remember how I installed it (mysqldb or python-mysqldb), but assuming that this is the correct module, then it's possible that it's for different Python version that you are actually using. For example, default Python for Ubuntu 8 is, iirc, 2.5.2, while you might be using 2.4 or 2.6 for y

Problem in installing database adapter.

2009-10-18 Thread Dang Lam
Hi all, I have run the command "sudo apt-get install python-mysqldb" successfully, but when I run the command "python manage.py shell" it said something like "No module named MySQLdb". Can anyone of you help me solving this? Thank you for your consideration! BR, LQD. --~--~-~--~~---