Index: debug.py
===================================================================
--- debug.py	(revision 6898)
+++ debug.py	(working copy)
@@ -145,6 +145,7 @@
         'sys_executable': sys.executable,
         'sys_version_info': '%d.%d.%d' % sys.version_info[0:3],
         'django_version_info': get_version(),
+        'sys_path' : sys.path,
         'template_info': template_info,
         'template_does_not_exist': template_does_not_exist,
         'loader_debug_info': loader_debug_info,
@@ -368,6 +369,10 @@
       <th>Python Version:</th>
       <td>{{ sys_version_info }}</td>
     </tr>
+    <tr>
+      <th>Python Path:</th>
+      <td>{{ sys_path }}</td>
+    </tr>
   </table>
 </div>
 {% if unicode_hint %}
