diff -r 5942fe28c8b3 docs/contributing.txt
--- a/docs/contributing.txt	Fri Jun 20 12:34:51 2008 -0300
+++ b/docs/contributing.txt	Fri Jun 20 13:19:03 2008 -0300
@@ -739,6 +739,15 @@
       deleted when the tests are finished. This means your user account needs
       permission to execute ``CREATE DATABASE``.
 
+.. admonition:: Getting 'ImportError: No module named pkg_resources' errors?
+
+    If you find the above error when running the unit tests, make sure you've
+    installed the setuptools_ package for the Python version you are using.
+    One of the tests tries to load a Django template from an egg so setuptools
+    is needed for that particular test.
+
+.. _setuptools: http://pypi.python.org/pypi/setuptools/
+
 To run a subset of the unit tests, append the names of the test modules to the
 ``runtests.py`` command line. See the list of directories in
 ``tests/modeltests`` and ``tests/regressiontests`` for module names.
