|
From: Michael D. <md...@st...> - 2013-04-19 16:14:38
|
On 04/19/2013 01:59 AM, C M wrote:
>
>
> On Thu, Apr 18, 2013 at 11:03 PM, John Ladasky
> <joh...@sb... <mailto:joh...@sb...>> wrote:
>
> .
> Reading more, I realize that the way I was getting GUI output
> previously
> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
> Unfortunately, it appears that wxPython's star is fading, and a Python
> 3-compatible version will not be written. In fact, wxPython hasn't
> released a new version in nine months.
>
>
> wxPython is alive and well and the newest developmental version of it
> ("Phoenix") runs on Python 3. It should be released fairly soon. One
> of the wxPython list regulars mentioned getting his software to run
> with it, with a few minor issues, just six days ago. So you might
> want to give Phoenix a try.
That's great news. Unfortunately, I'm not aware of any testing with it
and matplotlib on Python 3, so for someone who just wants to get things
to work, I would still recommend Tk, gtk or Qt4 on Python3.
Mike
|