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:na me@gmail.com">n ame@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@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@gma il.com. What should I do to solve this problem?
(My OS is WinXP.)
Thanks.
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:na me@gmail.com">n ame@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@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@gma il.com. What should I do to solve this problem?
(My OS is WinXP.)
Thanks.
Comment