I found that each of the dependencies (except for django-registration) was also available as APT packages from the Ubuntu repositories:
Canonical-supported (main) repository: python-crypto python-reportlab python-imaging python-docutils (optional) Community maintained (universe) repository: python-trml2pdf python-yaml python-elementtree (optional) So I can skip easy_install entirely, similar to the view taken here: http://lazypython.blogspot.com/2008/11/why-i-dont-use-easyinstall.html (though this assumes I install django-registration manually). The installation documentation ( http://www.satchmoproject.com/docs/rel/0.8/new_installation.html ) instructs to install python-image using package manager (apt-get). Would it be a bad idea to restructure the instructions based on the package manager? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
