Re: Error loading MySQLdb module with virtualenv (Virtual Python Environment builder)

2010-09-18 Thread Jagdeep Singh Malhi
> Have you created the virtual environment by using the --no-site-packages > command line switch to virtualenv? yes , me using -no-site-packages command > If so, no globally installed module/packages > (among them MySQLdb) will be inherited by the environment. > If you are starting, I'd suggest t

Re: Error loading MySQLdb module with virtualenv (Virtual Python Environment builder)

2010-09-18 Thread Ramiro Morales
On Sat, Sep 18, 2010 at 2:08 AM, Jagdeep Singh Malhi wrote: > I am using virtualenv 1.5 to install multiple version of django in > same PC. > My Django is works fine with virtualenv, follow this link > http://pypi.python.org/pypi/virtualenv#downloads > but me face problem with MySQLdb when i confi

Error loading MySQLdb module with virtualenv (Virtual Python Environment builder)

2010-09-17 Thread Jagdeep Singh Malhi
I am using virtualenv 1.5 to install multiple version of django in same PC. My Django is works fine with virtualenv, follow this link http://pypi.python.org/pypi/virtualenv#downloads but me face problem with MySQLdb when i configure the database in setting.py file. Error is : ImproperlyConfigured