Hello everyone,

I've just installed django on mac osx snow leopard by using this
tutorial here
http://breakthesystem.org/2009/django-on-snow-leopard/

currently I'm stuck at syncdb with this error

/Library/Python/2.6/site-packages/django_registration-0.7-py2.5.egg/
registration/models.py:4: DeprecationWarning: the sha module is
deprecated; use the hashlib module instead
Creating table auth_permission
...
File "/Library/Python/2.6/site-packages/MySQL_python-1.2.3c1-py2.6-
macosx-10.6-universal.egg/MySQLdb/connections.py", line 36, in
defaulterrorhandler
_mysql_exceptions.InternalError: (1, "Can't create/write to file '/usr/
local/mysql/var/test/auth_permission.MYI' (Errcode: 2)")

I've tried ,

GRANT ALL ON *.* TO 'root';

in mysql, but it's still the same. Can anyone help ?

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to