On Sat, Apr 16, 2011 at 6:17 PM, Hudar <hudars...@gmail.com> wrote: > Withouth grappeli, I can go to django admin page. But > after install grappelli, and try to access http://127.0.0.1/admin/ > error appear 'Python quite unexpectedly'.
Hello Hudar, It means python crashed, in general this occurs when theres a problem with one of the shared library dependencies. Maybe you can post some information about the os you are running this on, what python packages are installed or availeable on your sys.path and maybe your Django settings.py Also, which grappelli branch are you using? I recall there being atleast 4, all with different dependencies. What happens when you open a shell and do a "from grappelli import *"? Is there any other information being reported besides that error, what does the console report before it crashes? Yuka -- 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.