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

Gerold Penz gerold.penz at tirol.utanet.at
Wed Sep 6 14:27:29 EDT 2006


NoelByron at gmx.net schrieb:
> Now, you have reduced your problem to: how do I call the standard Email
> client? I have no idea...

Hi!

With Windows, you can use ``os.startfile()``:

   import os
   os.startfile("mailto:hello at world.at?subject=Hello&body=World")


regards,
Gerold
:-)


-- 
________________________________________________________________________
Gerold Penz - bcom - Programmierung
     gerold.penz at tirol.utanet.at | http://gerold.bcom.at | http://sw3.at
Ehrliche, herzliche Begeisterung ist einer der
     wirksamsten Erfolgsfaktoren. Dale Carnegie



More information about the Python-list mailing list