I just figured out that

if I use :
            http://127.0.0.1:8081/ner/
then I am getting print output in console,

but if I use:
             http://localhost:8081/ner/

then i am not getting the output .... Whats the reason behind this /
??

On Dec 3, 12:34 pm, vivek_12315 <vivekchauras...@gmail.com> wrote:
> This is what Django webpage is showing as error:
>
> ------------------------------------------------------------------------------------------------------------------------------------------------
> OperationalError at /ner/
>
> no such table: b_mp_TABLE
>
> Request Method:         POST
> Request URL:    http://localhost/ner/
> Exception Type:         OperationalError
> Exception Value:
>
> no such table: b_mp_TABLE
>
> Exception Location:     C:/lilly-search/pySolr\webinterface\api\ner.py in
> get_more_words_per_entity, line 75
> Python Executable:      C:\Program Files\Apache Software Foundation
> \Apache2.2\bin\httpd.exe
> Python Version:         2.5.4
> Python Path:    ['C:\\Python25\\Lib\\site-packages\\setuptools-0.6c11-
> py2.5.egg', 'C:\\Python25\\Lib\\site-packages\\sparqlwrapper-1.4.2-
> py2.5.egg', 'C:\\Python25\\Lib\\site-packages\\simplejson-2.0.9-py2.5-
> win32.egg', 'C:\\Python25\\Lib\\site-packages\\rdflib-3.1.0-
> py2.5.egg', 'C:\\Python25\\Lib\\site-packages\\django', 'C:\\Python25\
> \Lib\\site-packages', 'C:\\Program Files\\Apache Software Foundation\
> \Apache2.2', 'C:\\WINDOWS\\system32\\python25.zip', 'C:\\Python25\
> \Lib', 'C:\\Python25\\DLLs', 'C:\\Python25\\Lib\\lib-tk', 'C:\\Program
> Files\\Apache Software Foundation\\Apache2.2\\bin', 'C:\\Python25',
> 'C:/lilly-search/pySolr', 'C:/Django-1.0.2-final']
> Server time:    Sat, 3 Dec 2011 15:39:48 -0800
>
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
> Is something wrong with apache ? Is apache not allowed to read the db
> file which I have ?

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