Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-30 Thread Todd Brunhoff
On 8/27/2012 9:51 AM, Chris Barker wrote: > On Sun, Aug 26, 2012 at 8:53 PM, Todd Brunhoff wrote: >> Chris, >> winpdb is ok, although it is only a graphic debugger, not an ide, emphasis >> on the 'd'. > yup -- I mentioned, that as you seem to like NB -- and I know I try to > use the same editor

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-27 Thread Chris Barker
On Sun, Aug 26, 2012 at 8:53 PM, Todd Brunhoff wrote: > Chris, > winpdb is ok, although it is only a graphic debugger, not an ide, emphasis > on the 'd'. yup -- I mentioned, that as you seem to like NB -- and I know I try to use the same editor for eveything. But if you want a nice full-on IDE

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-26 Thread Todd Brunhoff
Chris, I appreciate the pointers, which appear to confirm that numpy and jython are a ways out. I can see where the c-api support in jython would be required by numpy's implementation. > 1) [NetBeans support for CPython] -- Maybe this: > http://wiki.netbeans.org/Python That seems outdated. I ha

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-26 Thread Chris Barker
Todd, The short version is: you can't do that. -- Jython uses the JVM, numpy is very, very tied into the CPython runtime. This thread is a bit old, but think still holds: http://stackoverflow.com/questions/3097466/using-numpy-and-cpython-with-jython There is the junumeric project, but it doesn'

[Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-26 Thread Todd Brunhoff
Being a newbie to this list, I recognize that the answer to this might be "why would you do that?". But surely it can't be worse than that. Briefly put, I want to install numpy and scipy in jython (reasons below). Running 'cd ; jython setup.py install' runs into errors. But installing he same