Re: Jython 2.7b4 released!
Jim Baker <[email protected]>
| Newsgroups | gmane.comp.lang.jython.user |
|---|---|
| Message-ID | <CAOhO=aObtppWUorEs=qvDu9PHNekEe-9jCaXnPVx56sieEHPuQ@mail.gmail.com> |
It's worth test driving. I just downloaded the jar that's linked to make
sure everything is still working. After doing a standard install, I go to
my installation directory:
$ bin/jython -m ensurepip
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking setuptools
Downloading/unpacking pip
Installing collected packages: setuptools, pip
Successfully installed setuptools pip
Cleaning up...
$ bin/pip install requests
Downloading/unpacking requests
Downloading requests-2.5.1-py2.py3-none-any.whl (464kB): 464kB downloaded
Installing collected packages: requests
Successfully installed requests
Cleaning up...
$ bin/jython
Jython 2.7b4 (default:3672e624962a, Feb 13 2015, 04:59:14)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
>>> r = requests.get('https://python.org')
>>> r.status_code
200
>>> r.text
# Lots of output text
Try the built-in tab complete too.
Note that this functionality does not yet work on Windows, but I'm working
on that at this moment, once I figure out how wrapper exe scripts work :)
This functionality also doesn't really make sense for standalone jars, at
least until we support zip file systems and venv in some future release,
maybe 2.7.1.
- Jim
On Wed, Feb 18, 2015 at 9:52 PM, [email protected] <
[email protected]> wrote:
> Thanks Jeff! The links have been corrected (I accidentally copied the
> temporary URL which sadly works for a while after a release).
>
> -Frank
>
> On Wed, Feb 18, 2015 at 12:30 PM, Jeff Emanuel <[email protected]> wrote:
> > Thanks and congratulations, Frank. I'm looking forward to the final
> release.
> >
> > FYI, I got 404 for these links from your page:
> >
> >
> https://oss.sonatype.org/content/repositories/orgpython-1035/org/python/jython-installer/2.7-b4/jython-installer-2.7-b4.jar
> >
> https://oss.sonatype.org/content/repositories/orgpython-1036/org/python/jython-standalone/2.7-b4/jython-standalone-2.7-b4.jar
> >
> > 404 - Repository with ID="orgpython-1035" not found
> > Repository with ID="orgpython-1035" not found
> >
> > I found what I needed from your last link
> http://search.maven.org/#browse%7C193311400
> >
> >
> >
> > On 2/17/2015 11:46 PM, [email protected] wrote:
> >> On behalf of the Jython development team, I'm pleased to announce that
> >> the fourth beta of Jython 2.7 is available.
> >>
> >> Details are here:
> >> http://fwierzbicki.blogspot.com/2015/02/jython-27-beta4-released.html
> >>
> >> Thanks to Amobee for sponsoring my work on Jython, and thanks to the
> >> many contributors to Jython!
> >>
> >> -Frank
> >>
> >>
> ------------------------------------------------------------------------------
> >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> >> with Interactivity, Sharing, Native Excel Exports, App Integration &
> more
> >> Get technology previously reserved for billion-dollar corporations, FREE
> >>
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
> >> _______________________________________________
> >> Jython-users mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/jython-users
> >
> >
> >
> ------------------------------------------------------------------------------
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports, App Integration & more
> > Get technology previously reserved for billion-dollar corporations, FREE
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Jython-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/jython-users
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
> _______________________________________________
> Jython-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jython-users
>
--
- Jim
jim.baker@{colorado.edu|python.org|rackspace.com|zyasoft.com}
twitter.com/jimbaker
github.com/jimbaker
bitbucket.com/jimbaker
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Jython-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jython-users