On 10/25/06, ZebZiggle <[EMAIL PROTECTED]> wrote:

> Any idea what would cause this ViewDoesNotExist exception (No module
> named extensions)?
>
>   120. raise ViewDoesNotExist, "Could not import %s. Error was: %s" %
> (mod_name, str(e))
>
>   ViewDoesNotExist at /mydarksecret/myUrl/
>   Could not import Mds.apps.mydarksecret.views. Error was: No module
> named extensions

Looks like Mds/apps/mydarksecret/views.py (or something imported by
that file) contains an 'import extensions' or 'from XXX import
extensions', referencing a module that doesn't exist. Without details
of that views.py file, it is impossible to know exactly what is wrong
(and what would be right).

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to