Re: Python Versions and manage.py

2009-02-18 Thread Karen Tracey
On Wed, Feb 18, 2009 at 10:44 AM, djandrow wrote: > > Hello, > > I have python 2.5 and 2.6 installed on my computer and when i try to > run manage.py sqlall I get an error: > > raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) > django.core.exceptions.ImproperlyConfigured: Error l

Re: Python Versions and manage.py

2009-02-18 Thread Ramiro Morales
On Wed, Feb 18, 2009 at 3:50 PM, djandrow wrote: > > I've had some success by specifying the path manually > > python "C:\ProgLangs\Python25\Lib\site-packages\django\conf > \project_template\manage.py" sqlall If you are using manage.py then the most common scenario is the one when you already ar

Re: Python Versions and manage.py

2009-02-18 Thread djandrow
I've had some success by specifying the path manually python "C:\ProgLangs\Python25\Lib\site-packages\django\conf \project_template\manage.py" sqlall I'm still getting an error but i'm 90% sure its unrelated. Thanks, Andrew On Feb 18, 4:00 pm, Alex Gaynor wrote: > On Wed, Feb 18, 2009 at 10:

Re: Python Versions and manage.py

2009-02-18 Thread Alex Gaynor
On Wed, Feb 18, 2009 at 10:44 AM, djandrow wrote: > > Hello, > > I have python 2.5 and 2.6 installed on my computer and when i try to > run manage.py sqlall I get an error: > > raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) > django.core.exceptions.ImproperlyConfigured: Error l