[PyQt] Troubles in return html text from QtextEdit

Min Li inuyashalee at gmail.com
Fri Oct 10 12:13:20 BST 2008


Hi, everyone.

I have some problem in store html text in a variable. This html text is
displayed in the QtextEdit.

I try to use variable = str( QtextEdit.toHtml() ) to retrieve these html
text.

However,Python Shell shows:

Traceback (most recent call last):
variable= str(self.toHtml())
UnicodeEncodeError: 'ascii' codec can't encode characters in position
533-538: ordinal not in range(128)

Is there any suggestion?

Thanks!

Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20081010/7e98b7de/attachment.html


More information about the PyQt mailing list