Hi Guillermo:
When there is a release candidate a link is posted to this list, but
there isn't one at present (contrary to earlier plans).
It's not too onerous to build Jython from the sources here:
https://hg.python.org/jython/ . You need ant, and I mostly build with
Java 7 to preserve the backward compatibility. But you can manage
without mercurial (I'm pretty sure) by downloading the zip/gz. The
default ant target is a developer build (about 2 minutes). This produces
lots of warnings the first time through (grammar warnings and some
deprecation warnings). That's normal :(
Then you can run it directly as:
$ dist/bin/jython
For added reassurance, run:
$ dist/bin/jython -m test.regrtest -e
This runs the Python regression tests, plus a few Jython ones, minus a
few tests known to fail (that's what -e means). It takes around 30
minutes on my machine.
Jeff
Jeff Allen
On 02/12/2015 16:55, Ing. Guillermo Zapata wrote:
> Hi,
>
> Are non-release (i.e. release candidate) build available somewhere to
> download?
>
> I'm facing issues using pip on Jython. I'm seeing another instance of
> issue 2360 [1].
> The issue is only reproducible with pip1.6dev, but according to this
> message [2], a newer pip is available in some release candidate.
> I want to test some issues with it, before creating a new report.
>
>
> 1 - http://bugs.jython.org/issue2360
> 2 - http://bugs.jython.org/msg10397
>
> Thanks,
> --
> Guillermo
>
>
|