All: I'm trying to get the documentation portion of the admin up and running. I've installed the django.contrib.admindocs application, but when I visit the admin/docs/ url I end up getting a message about installing docutils. It would appear that admindocs is running, it's just irritated about not being able to find docutils.
So... I installed docutils at: /usr/lib/python2.5/site-packages/docutils The docutils test suite runs fine, and it seems like django should have access to this because it's in my primary Python path (/usr/lib/ python2.5/site-packages). Any thoughts? thanks! -dls --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---