list mailer

Folks

I have written a quick and dirty app. Its a email program that sends to
the wxPython-users list and automatically inserts the version of Python and
wxWindows being used. Several things are not right but two are important.

Firstly, I can't find where the version of wxPython is listed so I can
include it in the body.

Secondly, I can't get the subject to appear correclty.

I have attached the source code. I'm putting it into the open source
public domainbut would asked that any improvements be contributed back to me for
everybody's use.

Nigel

wxListMailer.py (6.81 KB)

Nigel Moriarty wrote:

Folks

I have written a quick and dirty app. Its a email program that sends to
the wxPython-users list and automatically inserts the version of Python and
wxWindows being used. Several things are not right but two are important.

Firstly, I can't find where the version of wxPython is listed so I can
include it in the body.

Currently it's in wxPython.wx.__version__. In the next release the version number will be more accessible.

Secondly, I can't get the subject to appear correclty.

In what way? In the GUI or in the email? (Looks fine in the GUI to me, I didn't try the email.)

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!