Oct. 7, 2004
8:54 a.m.
On Thu, 7 Oct 2004, Prabhu Ramachandran wrote:
"RK" == Robert Kern <rkern@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