Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1661
| References | <CADrh4zK06EPg3crPbcxSNQkD1c1X__fQ=-atKQn1sDhWQpYf9g@mail.gmail.com> |
|---|---|
| From | Jim Baker <jim.baker@python.org> |
| Date | 2015-04-09 23:07 -0400 |
| Subject | Re: [Jython-dev] Jython 2.7 release candidate 2 available! |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.196.1428650330.12925.python-announce-list@python.org> (permalink) |
We have had one bug report so far that will require a release candidate 3,
http://bugs.jython.org/issue2319 - CLASSPATH ignored by new launcher
The workaround is simple: use the -classpath option for the Jython
launcher. So this means:
bin/jython -classpath=$CLASSPATH ...
or on Windows
bin/jython.exe -classpath=%CLASSPATH% ...
(You can also add these jars to your JYTHONPATH.)
We will have this issue fixed early in next week's PyCon sprints along with
additional unit tests on launcher options (http://bugs.jython.org/issue2311
)
On Thu, Apr 9, 2015 at 1:27 AM, fwierzbicki@gmail.com <fwierzbicki@gmail.com
> wrote:
> On behalf of the Jython development team, I'm pleased to announce that
> the second release candidate of Jython 2.7 is available. The windows
> installer issues from rc1 should now be fixed.
>
> Thanks to Amobee for sponsoring my work on Jython, and thanks to the
> many contributors to Jython!
>
> Details are here:
>
> http://fwierzbicki.blogspot.com/2015/04/jython-27-release-candidate-2-available.html
>
> -Frank
>
>
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> _______________________________________________
> Jython-dev mailing list
> Jython-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jython-dev
>
--
- Jim
jim.baker@{colorado.edu|python.org|rackspace.com|zyasoft.com}
twitter.com/jimbaker
github.com/jimbaker
bitbucket.com/jimbaker
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Re: [Jython-dev] Jython 2.7 release candidate 2 available! Jim Baker <jim.baker@python.org> - 2015-04-09 23:07 -0400
csiph-web