mahdieh Saeed wrote:
> Hi,
> I am new to pygtk. I want to know that Is there any way that load HTML
> with CSS.
>
> I try using wxPython and I can load HTML file but This can not load
> internal or external css file.
>
> Is there any way that can resolve solution?
Sorry if this is a stupid suggestion, but have you thought about loading
the HTML file in a web browser?
import webbrowser
webbrowser.open('file://path/to/file')
Personally I much prefer viewing help or similar things in a real web
browser where I can bookmark, search, etc. the way I'm used to.
--
Tim Evans
Applied Research Associates NZ
http://www.aranz.com/
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/