Quoting Robert Kern <[email protected]>: > On Fri, Dec 9, 2011 at 11:00, Yang Zhang <[email protected]> wrote: > >> Thanks for the clarification. Alas. So is there no simple workaround >> to making numpy work in environments such as Jepp? > > I don't think so, no. >
It is far from being an optimal solution (in fact I dislike it) but there is a couple of research facilities that like the python interpreter, they like numpy, but prefer to use java for all their graphical interfaces. They have rewritten part of numpy in java in order to use it from Jython. http://www.opengda.org/documentation/manuals/Diamond_SciSoft_Python_Guide/8.16/scisoftpy.html Armando _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
