Environment:

Request Method: GET
Request URL: http://localhost/search/

Django Version: 1.4
Python Version: 2.7.3
Installed Applications:
('django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'django.contrib.flatpages',
 'django.contrib.admin',
 'django.contrib.admindocs',
 'search')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware')


Traceback:
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py" in
get_response
  101.                             request.path_info)
File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py" in
resolve
  300.                     sub_match = pattern.resolve(new_path)
File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py" in
resolve
  209.             return ResolverMatch(self.callback, args, kwargs,
self.name)
File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py" in
callback
  216.         self._callback = get_callable(self._callback_str)
File "/usr/lib/python2.7/site-packages/django/utils/functional.py" in
wrapper
  27.         result = func(*args)
File "/usr/lib/python2.7/site-packages/django/core/urlresolvers.py" in
get_callable
  105.                     not
module_has_submodule(import_module(parentmod), submod)):
File "/usr/lib/python2.7/site-packages/django/utils/importlib.py" in
import_module
  35.     __import__(name)

Exception Type: ImportError at /search/
Exception Value: No module named search


On Fri, Apr 27, 2012 at 6:46 AM, bruno desthuilliers <
bruno.desthuilli...@gmail.com> wrote:

> On Apr 27, 3:56 am, Gerald Klein <j...@zognet.com> wrote:
> > Hi, I am having a strange problem, I have a search module named 'search'
> > but Django states ;No module named search
>
> full traceback please ?
>
> > here is my url
> >
> > url(r'^search/$', 'cms.search.views.search'),
>
> is the cms.search app in your settings.INSTALLED_APPS ? Is there any
> other package or module named "cms" in you sys.path ?
>
> --
> 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.
>
>


-- 

Gerald Klein DBA****

contac...@geraldklein.com

www.geraldklein.com <http://geraldklein.com/>****

j...@zognet.com****

708-599-0352****


Linux registered user #548580

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