On Sun, 2008-04-20 at 23:43 -0700, Russ wrote:
> Im trying to learn django and I appear to be running into an issue
> with python manage.py dbshell I am getting the following error can
> anyone shed some light on this for me, Im at a loss
> 
> Im running MAC OSX 10.5.2 Leopard
> I have installed the MySQLdb

Django is trying to run the "mysql" command and assumes it exists and is
on your execution path -- not your Python path, but the path that is
searched for executable binaries.

So can you run "mysql" at a shell prompt? I'm not sure if this is a
separate thing that needs to be installed on OS X, but the error you're
seeing seems to suggest that this program isn't available.

Regards,
Malcolm

-- 
Two wrongs are only the beginning. 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to