Re: Can't find module

2012-04-29 Thread Gerald Klein
OK thanks I changed and it worked, I appreciate your help --jerry On Sat, Apr 28, 2012 at 4:28 AM, Alagappan wrote: > In your installed applications list you have mentioned 'search' as an > application. But in your url pattern you are using 'cms.search'. Either use > 'cms' as your installed app

Re: Can't find module

2012-04-28 Thread Gerald Klein
Ok thanks I will give that a try. --jerry On Sat, Apr 28, 2012 at 4:28 AM, Alagappan wrote: > In your installed applications list you have mentioned 'search' as an > application. But in your url pattern you are using 'cms.search'. Either use > 'cms' as your installed application or mention it

Re: Can't find module

2012-04-28 Thread Alagappan
In your installed applications list you have mentioned 'search' as an application. But in your url pattern you are using 'cms.search'. Either use 'cms' as your installed application or mention it as just 'search.views.search' in your url pattern. I feel that should do the job. Thanks, Alagappan

Re: Can't find module

2012-04-28 Thread Gerald Klein
Sorry hit the send button http://dpaste.com/739184/ Here it is and thanks --jerry On Fri, Apr 27, 2012 at 6:46 AM, bruno desthuilliers < bruno.desthuilli...@gmail.com> wrote: > On Apr 27, 3:56 am, Gerald Klein wrote: > > Hi, I am having a strange problem, I have a search module named 'search'

Re: Can't find module

2012-04-28 Thread Gerald Klein
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.stati

Re: Can't find module

2012-04-27 Thread bruno desthuilliers
On Apr 27, 3:56 am, Gerald Klein 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.INSTAL

Can't find module

2012-04-26 Thread Gerald Klein
Hi, I am having a strange problem, I have a search module named 'search' but Django states ;No module named search here is my url url(r'^search/$', 'cms.search.views.search'), url physical is 'http://localhost/search/' Any ideas? thanks --jerry -- Gerald Klein** Linux registered user #54