How to insert an email-link into wxPython's HtmlWindow

iambus at gmail.com iambus at gmail.com
Wed Sep 6 06:43:41 EDT 2006


Hello. I don't know if this topic is appropriate in this group (and my
English is not good).

My problem is here:

I created a HtmlWindow in wxPython, then I wrote some code and set it
to the page-text. In these code there was a line "<a
href="mailto:name at gmail.com">name at gmail.com</a>" (where "name" was my
real username). Then I showed this HtmlWindow and I thought there would
be a mail-sending box when I clicked on the "name at gmail.com" link (like
when I clicked it in a web browser). But there just came a "Python
Error"-titled dialog: Unable to open requested HTML document
mailto:name at gmail.com. What should I do to solve this problem?

(My OS is WinXP.)

Thanks.




More information about the Python-list mailing list