|
From: Jon Roadley-B. <jon...@gm...> - 2006-02-13 13:20:01
|
Is it the plan to migrate the GUI to GTK-2.10 when it comes out? and take full advantage of Cairo vectoring for graphics? I might not be able to help with the kernel of numexp (I'm just an engineer= ) but if the GUI is coded in PYTHON (which from what I have seen it is, I should be able to help out there. Also looking at the dependancies there is a libnxplot, this seems a specifi= c module custom-written for numexp for the soul purpose of plotting? have you looked into the matplotlib python module, it is extreamly flexable and powerful and if you are familiar with matlab they have done a very good job of making hte python-code used by matlibplot matlab-like it can be interfaced with GTK as well On 13/02/06, Gustavo J. A. M. Carneiro <gj...@in...> wrote: > > On Mon, 2006-02-13 at 11:42 +0100, David Boucher wrote: > > Hi Gustavo, > > > > I think you are the best to answer this question :-) > > > > When I launch gnumexp and then exit. > > > > I always have numexp-kernel running in the background. That does not > > happen with numexp-client. > > > > I have seen that the Numexp-Kernel object is referenced two times when = I > > lauch gnumexp. But when I close it, it is unreferenced only one time. > > > > Do you know how to fix it ? > > Find the kernel.py module, add a function shutdown() that does "global > kernel; kernel.unref(); kernel =3D None" > > In the gnumexp 'shell', import kernel, and call kernel.shutdown() > where gtk.main_quit() is called. > > PS: sorry I haven't been paying attention to gnumexp lately; I promise > to have another go when gtk+ 2.10 comes out, with cairo PDF support and > a print dialog. > > -- > Gustavo J. A. M. Carneiro > <gj...@in...> <gu...@us...> > The universe is always one step beyond logic. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Numexp-discuss mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numexp-discuss > |