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.

Reply via email to