Oh yeah, and the exception is:
======================
*
C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\handlers\base.py
in get_response
58. for middleware_method in self._request_middleware:
59. response = middleware_method(request)
60. if response:
61. return response
62.
63. resolver = urlresolvers.RegexURLResolver(r'^/',
settings.ROOT_URLCONF)
64. try:
65. callback, callback_args, callback_kwargs =
resolver.resolve(path) ...
66.
67. # Apply view middleware
68. for middleware_method in self._view_middleware:
69. response = middleware_method(request, callback,
callback_args, callback_kwargs)
70. if response:
71. return response
▶ Local vars
Variable Value
exceptions
<module 'django.core.exceptions' from
'C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\exceptions.pyc'>
mail_admins
<function mail_admins at 0x01397BB0>
middleware_method
<bound method AuthenticationMiddleware.process_request of
<django.contrib.auth.middleware.AuthenticationMiddleware object at
0x013A7450>>
path
'/lost/overview/'
request
<DjangoRequest GET:<MultiValueDict: {}>, POST:<MultiValueDict:
{}>, COOKIES:{'sessionid': 'db90f9fba8c4e85c4583e5bb6fae6cf2'},
META:{'ALLUSERSPROFILE': 'C:\\Documents and Settings\\All Users',
'APPDATA': 'C:\\Documents and Settings\\berco\\Application Data',
'APR_ICONV_PATH': 'C:\\Program Files\\Subversion\\iconv', 'CLIENTNAME':
'Console', 'COMMONPROGRAMFILES': 'C:\\Program Files\\Common Files',
'COMPUTERNAME': 'BUGSLAP', 'COMSPEC': 'C:\\WINDOWS\\system32\\cmd.exe',
'CONTENT_LENGTH': '', 'CONTENT_TYPE': 'text/plain',
'DJANGO_SETTINGS_MODULE': 'lost.settings', 'FP_NO_HOST_CHECK': 'NO',
'GATEWAY_INTERFACE': 'CGI/1.1', 'HOMEDRIVE': 'C:', 'HOMEPATH':
'\\Documents and Settings\\berco', 'HTTP_ACCEPT':
'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE':
'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION':
'keep-alive', 'HTTP_COOKIE':
'sessionid=db90f9fba8c4e85c4583e5bb6fae6cf2', 'HTTP_HOST':
'127.0.0.1:8000', 'HTTP_KEEP_ALIVE': '300', 'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4', 'JAVA_HOME': 'C:\\Program
Files\\Java\\jdk1.5.0_06', 'LOGONSERVER': '\\\\BUGSLAP',
'NUMBER_OF_PROCESSORS': '1', 'OS': 'Windows_NT', 'PATH':
'C:\\Python24;C:\\Perl\\bin\\;C:\\Program Files\\Common
Files\\Symbian\\Tools;c:\\ruby\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\Program
Files\\ATI Technologies\\ATI Control Panel;C:\\Program
Files\\QuickTime\\QTSystem\\;C:\\Program Files\\Common
Files\\Adobe\\AGL;C:\\Program Files\\Common Files\\Autodesk
Shared\\;C:\\Program Files\\grafix\\3d max
8\\backburner\\;C:\\Symbian\\8.1a\\S60_2nd_FP3\\Epoc32\\tools;C:\\Program
Files\\utils\\ZipGenius 6\\;C:\\Program Files\\MySQL Server
5.0\\bin;C:\\Python24\\Scripts;C:\\Program
Files\\Subversion\\bin;C:\\Nokia\\Update_Manager\\bin;c:\\Program
Files\\Microsoft SQL
Server\\90\\Tools\\binn\\;C:\\Python24\\Lib\\site-packages\\Django-0.95-py2.4.egg\\django\\bin\\;%SCALA_HOME%\\bin',
'PATHEXT': '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.RB;.RBW',
'PATH_INFO': '/lost/overview/', 'PROCESSOR_ARCHITECTURE': 'x86',
'PROCESSOR_IDENTIFIER': 'x86 Family 6 Model 13 Stepping 8,
GenuineIntel', 'PROCESSOR_LEVEL': '6', 'PROCESSOR_REVISION': '0d08',
'PROGRAMFILES': 'C:\\Program Files', 'PROMPT': '$P$G', 'QUERY_STRING':
'', 'REMOTE_ADDR': '127.0.0.1', 'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'GET', 'RUBYOPT': 'rubygems ', 'RUN_MAIN': 'true',
'SCALA_HOME': 'C:\\scala', 'SCRIPT_NAME': '', 'SERVER_NAME':
'localhost', 'SERVER_PORT': '8000', 'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.4.2', 'SESSIONNAME':
'Console', 'SYSTEMDRIVE': 'C:', 'SYSTEMROOT': 'C:\\WINDOWS', 'TEMP':
'C:\\DOCUME~1\\berco\\LOCALS~1\\Temp', 'TMP':
'C:\\DOCUME~1\\berco\\LOCALS~1\\Temp', 'TZ': 'Europe/Amsterdam',
'USERDOMAIN': 'BUGSLAP', 'USERNAME': 'berco', 'USERPROFILE':
'C:\\Documents and Settings\\berco', 'VS80COMNTOOLS': 'C:\\Program
Files\\Microsoft Visual Studio 8\\Common7\\Tools\\', 'WINDIR':
'C:\\WINDOWS', 'wsgi.errors': <open file '<stderr>', mode 'w' at
0x0096E0B0>, 'wsgi.file_wrapper': <class
'django.core.servers.basehttp.FileWrapper'>, 'wsgi.input':
<socket._fileobject object at 0x012C1EA0>, 'wsgi.multiprocess': False,
'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme':
'http', 'wsgi.version': (1, 0)}>
resolver
<django.core.urlresolvers.RegexURLResolver object at 0x013D6750>
response
None
self
<django.core.handlers.wsgi.WSGIHandler object at 0x00B3CA50>
settings
<django.conf.LazySettings object at 0x00A970F0>
urlresolvers
<module 'django.core.urlresolvers' from
'C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.pyc'>
*
C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py
in resolve
140. def resolve(self, path):
141. tried = []
142. match = self.regex.search(path)
143. if match:
144. new_path = path[match.end():]
145. for pattern in self.urlconf_module.urlpatterns:
146. try:
147. sub_match = pattern.resolve(new_path) ...
148. except Resolver404, e:
149. tried.extend([(pattern.regex.pattern + ' ' + t) for t in
e.args[0]['tried']])
150. else:
151. if sub_match:
152. return sub_match[0], sub_match[1], dict(match.groupdict(),
**sub_match[2])
153. tried.append(pattern.regex.pattern)
▶ Local vars
Variable Value
match
<_sre.SRE_Match object at 0x013D5800>
new_path
'lost/overview/'
path
'/lost/overview/'
pattern
<django.core.urlresolvers.RegexURLResolver object at 0x013A7C90>
self
<django.core.urlresolvers.RegexURLResolver object at 0x013D6750>
tried
[]
*
C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py
in resolve
138. self.callback = None
139.
140. def resolve(self, path):
141. tried = []
142. match = self.regex.search(path)
143. if match:
144. new_path = path[match.end():]
145. for pattern in self.urlconf_module.urlpatterns: ...
146. try:
147. sub_match = pattern.resolve(new_path)
148. except Resolver404, e:
149. tried.extend([(pattern.regex.pattern + ' ' + t) for t in
e.args[0]['tried']])
150. else:
151. if sub_match:
▶ Local vars
Variable Value
match
<_sre.SRE_Match object at 0x013D59F8>
new_path
''
path
'lost/overview/'
self
<django.core.urlresolvers.RegexURLResolver object at 0x013A7C90>
tried
[]
*
C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py
in _get_urlconf_module
154. raise Resolver404, {'tried': tried, 'path': new_path}
155.
156. def _get_urlconf_module(self):
157. try:
158. return self._urlconf_module
159. except AttributeError:
160. try:
161. self._urlconf_module = __import__(self.urlconf_name, '',
'', ['']) ...
162. except ValueError, e:
163. # Invalid urlconf_name, such as "foo.bar." (note trailing
period)
164. raise ImproperlyConfigured, "Error while importing URLconf
%r: %s" % (self.urlconf_name, e)
165. return self._urlconf_module
166. urlconf_module = property(_get_urlconf_module)
167.
▶ Local vars
Variable Value
self
<django.core.urlresolvers.RegexURLResolver object at 0x013A7C90>
Traceback (most recent call last):
File
"C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\handlers\base.py"
in get_response
65. callback, callback_args, callback_kwargs = resolver.resolve(path)
File
"C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py"
in resolve
147. sub_match = pattern.resolve(new_path)
File
"C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py"
in resolve
145. for pattern in self.urlconf_module.urlpatterns:
File
"C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py"
in _get_urlconf_module
161. self._urlconf_module = __import__(self.urlconf_name, '', '',
[''])
ImportError at /proj/ No module named index
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django 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/django-users
-~----------~----~----~----~------~----~------~--~---