I'm not sure why I'm getting this error when the module and view are
right where they should be.

Traceback:
File "/usr/lib/python2.6/dist-packages/django/core/handlers/base.py"
in get_response
  83.                     request.path_info)
File "/usr/lib/python2.6/dist-packages/django/core/urlresolvers.py" in
resolve
  218.                     sub_match = pattern.resolve(new_path)
File "/usr/lib/python2.6/dist-packages/django/core/urlresolvers.py" in
resolve
  125.             return self.callback, args, kwargs
File "/usr/lib/python2.6/dist-packages/django/core/urlresolvers.py" in
_get_callback
  134.             raise ViewDoesNotExist, "Could not import %s. Error
was: %s" % (mod_name, str(e))

Exception Type: ViewDoesNotExist at /
Exception Value: Could not import ssl_test.views. Error was: No module
named ssl_test.views
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to