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