Hey all!

I'm finally getting around to migrating from .91 to .95. I've done all
the grunt work from the docs and now I'm doing some quick tests ... and
running into problems. I'm sure I missed a step somewhere.

Any idea what would cause this ViewDoesNotExist exception (No module
named extensions)?

Thx,
Sandy



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
  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
  112. self.func = self.get_callback()
File
"c:\python24\lib\site-packages\django-0.95-py2.4.egg\django\core\urlresolvers.py"
in get_callback
  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


--~--~---------~--~----~------------~-------~--~----~
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