pygsl-0.3.1 released

2005-01-24 Thread Pierre Schnizer
TED] Yours sincerely Pierre Schnizer -- Please remove the nospam for direct reply -- http://mail.python.org/mailman/listinfo/python-list

Re: any Python equivalent of Math::Polynomial::Solve?

2005-03-01 Thread Pierre Schnizer
In case you are still interested pygsl wraps the GSL solver. from pygsl import poly pc = poly.poly_complex(3) tmp, rs = pc.solve((2,3,1)) print rs You get pygsl at http://sourceforge.net/projects/pygsl/ Pierre -- http://mail.python.org/mailman/listinfo/python-list

Re: wxpython or PyQT to make a simulink clone ?

2005-06-02 Thread Pierre Schnizer
[EMAIL PROTECTED] writes: > I would like to make a software like simulink: > http://www.mathworks.com/cmsimages/sl_mainpage_wl_7488.gif > > using python. > In order of bulding the interface (drag&drop block, link system between > the blocks, run the simulation, double click on a block to open its

Re: wxpython or PyQT to make a simulink clone ?

2005-06-02 Thread Pierre Schnizer
Pierre Schnizer <[EMAIL PROTECTED]> writes: There was an old discussion on comp.lang.python: http://groups.google.de/group/comp.lang.python/browse_thread/thread/9ce44f40011016ec/a2e52b824de9bfb1?q=simulink&rnum=6&hl=de#a2e52b824de9bfb1 I have seen the later code of Eric Lech