Re: Problems with djangosearch setup

2013-05-06 Thread Stephen Lee
Error: No module named solr To fix this error in communication between Python and Solr, you need to install a Solr client: sudo easy_install solrpy Source: http://www.itfromscratch.com/python-error-no-module-named-solr/ On Tues

Re: Problems with djangosearch setup

2009-02-11 Thread Shantp
If I switch the case at all it gives me only a few options and they are all lowercase and solr is listed as "solr." Inside the djangosearch app and pysolr, it's written as Solr though. Anyone get this setup? On Feb 10, 11:19 pm, Praveen wrote: > SEARCH_ENGINE is not able to find solr. i think

Re: Problems with djangosearch setup

2009-02-10 Thread Praveen
SEARCH_ENGINE is not able to find solr. i think some thing wrong in your configuration or try to change the case SOLR 'Solr' some thing like that On Feb 11, 6:15 am, Shantp wrote: > Hi > > I've installed Java, Tomcat and Solr. I followed the directions and > got pysolr as well. I put the djangos

Problems with djangosearch setup

2009-02-10 Thread Shantp
Hi I've installed Java, Tomcat and Solr. I followed the directions and got pysolr as well. I put the djangosearch app on my python path and put it in the installed_apps in my settings.py. http://code.google.com/p/djangosearch/source/browse/branches/soc-new-backends/doc/README.txt In the read me