[EMAIL PROTECTED] wrote: > Hello > > I want show html file (from internet and local filesystem) in my PyQT > application. > QTextBrowser-Widget should do it. > > When i load (setSource) a html i get always: > "QTextBrowser: no mimesource for x.html" > and a blank Textbrowser.
Your example code works fine for me, as long as the file "x.html" exists in the current directory. If the file doesn't exist, then I get a "QTextBrowser: no mimesource for x.html" message. Doug. _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
