how to compile in jython 2.5b1??

2009-02-04 Thread pellegrinodj
I have to use jython 2.5b1 couse with the stable version it's not possible to use sympy library for mathematic operation but the jythonc.bat it's not included. I look to this link: http://www.jython.org/Project/jythonc.html ..jythonc is unmaintained and will not be present in its current form in

Re: how to compile in jython 2.5b1??

2009-02-04 Thread Diez B. Roggisch
pellegrin...@gmail.com schrieb: I have to use jython 2.5b1 couse with the stable version it's not possible to use sympy library for mathematic operation but the jythonc.bat it's not included. I look to this link: http://www.jython.org/Project/jythonc.html ..jythonc is unmaintained and will not

Re: how to compile in jython 2.5b1??

2009-02-04 Thread ruelle
What do you need jythonc for? That's purely for a somewhat neater integration of *Java* with jython - nothing to do with sympy. Diez I need jythonc to compile a simple script in java, this script import SymPy library. thank you ruelle -- http://mail.python.org/mailman/listinfo/python-list

Re: how to compile in jython 2.5b1??

2009-02-04 Thread Diez B. Roggisch
ruelle schrieb: What do you need jythonc for? That's purely for a somewhat neater integration of *Java* with jython - nothing to do with sympy. Diez I need jythonc to compile a simple script in java, this script import SymPy library. You need to find other ways. The usual approach to this