"Kakada" <[EMAIL PROTECTED]> wrote

> In my program, I want to have "Report Bug..." under Help menu. So, 
> whenever
> user clicks on it, it will open an email client for reporting bugs 
> with the
> given address. How can I do this?

Which OS?
Which GUI toolkit?
Which email client?

You might be easier to write a dialog to capture the subject and 
message
text and use the Python email module to send the mail directly.


HTH,

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to