What's the "mvc" module? Python can't seem to find it. Is it in your
python path?
Nuno
On Thu, May 27, 2010 at 4:20 PM, Chris Seberino <cseberino@gmail.com> wrote:
>
> I fixed the path issue that was causing the spinning but now I'm back
> to getting import errors even with __init__.py in my apache
> directory. Here is the exact error from Apache's error.log.....
>
> ...
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130]
> _default = translation(settings.LANGUAGE_CODE)
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130] File "/
> usr/lib/pymodules/python2.6/django/utils/translation/trans_real.py",
> line 194, in translation
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130]
> default_translation = _fetch(settings.LANGUAGE_CODE)
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130] File "/
> usr/lib/pymodules/python2.6/django/utils/translation/trans_real.py",
> line 180, in _fetch
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130] app =
> import_module(appname)
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130] File "/
> usr/lib/pymodules/python2.6/django/utils/importlib.py", line 35, in
> import_module
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130]
> __import__(name)
> [Thu May 27 10:18:18 2010] [error] [client 99.159.221.130]
> ImportError: No module named mvc
>
> --
> 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+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment