> 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
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
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
3 matches
Mail list logo