Hi Chen, Am 13.01.2011 um 18:25 schrieb Daniel Roseman: > creating > /System/Library/Frameworks/Python.framework/Versions/2.6/pysqlite2-doc > error: could not create > '/System/Library/Frameworks/Python.framework/Versions/2.6/pysqlite2-doc': > Permission denied
sound like it's an OS X Unix? To install in the path /System/... you need root access. I don't know, how your system is configured. But maybe you can use the command 'su' to switch to root, or use 'sudo python setup.py build_static install' (for details regarding 'root under OS X' see http://hints.macworld.com/article.php?story=20090909081659323 please.) But as Daniel said, sqlite support is included in recent python versions of OS X, so you don't need pysqlite. Karsten -- 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.