On Thu, Oct 4, 2012 at 12:39 PM, Shrinivasan T <[email protected]>wrote:

> it throws the error "http://localhost:8080/Spellcheck";
>
> on the console, getting the error as below
>
> Loading Module render Failed
> localhost - - [04/Oct/2012 12:35:42] "GET /Guess_Language HTTP/1.1" 404
> 3816
> localhost - - [04/Oct/2012 12:35:42] "GET /css/main.css HTTP/1.1" 200 17505
> localhost - - [04/Oct/2012 12:35:42] "GET /js/jquery.js HTTP/1.1" 200 75294
> localhost - - [04/Oct/2012 12:35:42] "GET /js/jquery-ui.min.js
> HTTP/1.1" 200 194222
>
> How to solve this?
>
> I have ubuntu 12.04
> python 2.7.3
>

I have 12.04 and python 2.7.3 but Spellcheck works for me. I used to get
the same error a year back, was failing because dependencies had issues.
Thanks to your mail now, I tried again and it now works :)

Basically, Spellcheck page(or any silpa page if I am not wrong) tries to
render fonts using silpa's render module (which is failing for you). The
immidiete dependencies of render module of silpa I could think for this
could be missing python-cairo, pango-graphite etc packages . After that
install the following python packages cairo, pango, pangocairo. If it
doesn't work even after that, you need to debug modules/render/render.py
and figure out yourself :)

-- 
Regards
Srikanth.L
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to