Re: Error: No module named mysql.base when trying to sync.db

2014-05-17 Thread Arvind Aj
On Friday, April 15, 2011 2:59:32 PM UTC+5:30, paganplan paganplan wrote: > > Solved! > in settings.py file, option 'ENGINE' must be like this: > django.db.backends.mysql > > 2011/4/14, pagan >: > > same problem. apache2, mod_wsgi, python-mysqldb installed. When i add > > databases engine, name,

Re: Error: No module named mysql.base when trying to sync.db

2011-04-15 Thread paganplan paganplan
Solved! in settings.py file, option 'ENGINE' must be like this: django.db.backends.mysql 2011/4/14, pagan : > same problem. apache2, mod_wsgi, python-mysqldb installed. When i add > databases engine, name, user, password in settings.py, i got a > message: > > ImportError at /wsgi > No module named

Re: Error: No module named mysql.base when trying to sync.db

2011-04-14 Thread pagan
same problem. apache2, mod_wsgi, python-mysqldb installed. When i add databases engine, name, user, password in settings.py, i got a message: ImportError at /wsgi No module named mysql.baseRequest Method: GET Request URL:http://x/wsgi Django Version: 1.3 Exception Type: ImportError E

Re: Error: No module named mysql.base when trying to sync.db

2011-04-12 Thread dsx
same here. On Apr 1, 12:48 am, nai wrote: > I posted the same question on stackoverflow > here:http://stackoverflow.com/questions/5509755/problem-with-django-syncdb... > > Reproduced > > Hi all, I'm trying to deploy my project on my EC2 instance. When I run > python manage.py validate I get this

Error: No module named mysql.base when trying to sync.db

2011-04-01 Thread nai
I posted the same question on stackoverflow here: http://stackoverflow.com/questions/5509755/problem-with-django-syncdb-on-amazon-ec2 Reproduced Hi all, I'm trying to deploy my project on my EC2 instance. When I run python manage.py validate I get this error Error: No module named mysql.base . I