[SciPy-dev] Plan for releasing Scipy 0.3.2
Pearu Peterson
pearu at scipy.org
Thu Oct 7 03:54:57 CDT 2004
On Thu, 7 Oct 2004, Prabhu Ramachandran wrote:
>>>>>> "RK" == Robert Kern <rkern at ucsd.edu> writes:
>
> RK> SciPy CVS passes all tests on Mac OSX 10.3.5 with ATLAS. Even
> RK> gui_thread with wxPython 2.5.2.7 works.
>
> Thanks, that gui_thread works on the Mac is good news. So far no
> reports from the Windows users. :(
Just tried under Windows:
import gui_thread
gui_thread.start()
from scipy.plt import *
plot([1,2])
works fine. However, running wxPython demo did not quite work. There
appeared a Tip-window already before `d.Show()` but that freezed. But
Python prompt was interactive. The main window of the demo program did not
show up at all.
Pearu
More information about the Scipy-dev
mailing list