On 22/07/18 21:43, Abdur-Rahmaan Janhangeer wrote:
> apart from grail, any ongoing browser projects?
> 
> i need an html renderer (one of the most badly missed features of py, PEP
> anyone?)

Nobody writes browser engines. It's too hard to do what the available
open source ones do half as well as they already do it.

You can use webkit (of safari/chrome/etc. fame), or you can use gecko
(mozilla). Webkit is easy to embed with PyQt or PyGObject/gtk+3. I don't
know about gecko.

-- Thomas




> 
> thanks,
> 
> Abdur-Rahmaan Janhangeer
> https://github.com/Abdur-rahmaanJ
> Mauritius
> 

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to