Re: Help with win32 com_error exception

2007-06-02 Thread Andrew Holme
"Richard Gordon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry if this is sent twice, but I didn't see it get posted the first > time. > > I've got a fatal bug using Parente's pyTTS with Python 2.3 on Windoze 32 > using MS SAPI 5.1 and Hammond's win32 module. The test progr

Re: Extended characters in MATPLOTLIB (newbie)

2007-05-15 Thread Andrew Holme
"Andrew Holme" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using MATPLOTLIB on Windows. > > How can I get extended characters such as the micro symbol (greek letter > mu) to appear in my axis labels? > > I've tried: > > x

Extended characters in MATPLOTLIB (newbie)

2007-05-15 Thread Andrew Holme
I'm using MATPLOTLIB on Windows. How can I get extended characters such as the micro symbol (greek letter mu) to appear in my axis labels? I've tried: xlabel('µs', font) and xlabel('\xB5s', font) but it just appears as a box. TIA -- http://mail.python.org/mailman/listinfo/python-list