I recently installed Django on my personal Ubuntu Dev Server and have
been trying with mod_wsgi (as mod_python is officially dead). I just
had some breakthrough where I could see a little progress as a Django
error and now I am stuck. Could you please tell me what might be wrong
here?


Debug Message/Trace:
Environment:

Request Method: GET
Request URL: http://192.168.1.5/tp/
Django Version: 1.1.1
Python Version: 2.6.5
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware')


Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in
get_response
  83.                     request.path_info)
File "/usr/lib/pymodules/python2.6/django/core/urlresolvers.py" in
resolve
  216.             for pattern in self.url_patterns:
File "/usr/lib/pymodules/python2.6/django/core/urlresolvers.py" in
_get_url_patterns
  245.         patterns = getattr(self.urlconf_module, "urlpatterns",
self.urlconf_module)
File "/usr/lib/pymodules/python2.6/django/core/urlresolvers.py" in
_get_urlconf_module
  240.             self._urlconf_module =
import_module(self.urlconf_name)
File "/usr/lib/pymodules/python2.6/django/utils/importlib.py" in
import_module
  35.     __import__(name)

Exception Type: ImportError at /
Exception Value: No module named tp.urls

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to