Hi,

I would check by running a shell and impor ssl_test.views.
if its work correctly, perhaps there's some import circular dependency though.

-djibon-

On 10/16/09, neri...@gmail.com <neri...@gmail.com> wrote:
>
> 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
> >
>


-- 
--------------------------------------------------------------
http://www.tumbletooth.org
my linkedin profile : http://www.linkedin.com/in/bayuadji
--------------------------------------------------------------

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