Re: [pypy-dev] No Module _bsddb

2014-06-08 Thread Benjamin Peterson
On Sun, Jun 8, 2014, at 22:18, wpf wrote: > Hi All > > I am trying to use the Pypy under Ubuntu 12.04, and pypy version as > below > > ~$ pypy --version > Python 2.7.6 (2.3+dfsg-1~ppa0, May 20 2014, 09:11:18) > [PyPy 2.3.0 with GCC 4.6.3] > > -$ python --version > Python 2.7.3 > > and when

[pypy-dev] No Module _bsddb

2014-06-08 Thread wpf
Hi All I am trying to use the Pypy under Ubuntu 12.04, and pypy version as below ~$ pypy --version Python 2.7.6 (2.3+dfsg-1~ppa0, May 20 2014, 09:11:18) [PyPy 2.3.0 with GCC 4.6.3] -$ python --version Python 2.7.3 and when I try to import _bsddb in pypy, it complains that 'No module named _b

Re: [pypy-dev] PyPy 2.3.1 released

2014-06-08 Thread Matti Picus
Thanks, fixed. It may take a few minutes to percolate out, and then you need to refresh the cached page. Matti On 06/08/2014 04:22 PM, David Naylor wrote: Hi, The links to the source tarballs are broken (on the download page). Regards On Sunday, 8 June 2014 09:08:41 Armin Rigo wrote: Hi all

Re: [pypy-dev] PyPy 2.3.1 released

2014-06-08 Thread David Naylor
Hi, The links to the source tarballs are broken (on the download page). Regards On Sunday, 8 June 2014 09:08:41 Armin Rigo wrote: > Hi all, > > We're pleased to announce PyPy 2.3.1, a feature-and-bugfix improvement > over our recent 2.3 release last month. > > > This release contains severa

[pypy-dev] PyPy 2.3.1 released

2014-06-08 Thread Armin Rigo
Hi all, We're pleased to announce PyPy 2.3.1, a feature-and-bugfix improvement over our recent 2.3 release last month. This release contains several bugfixes and enhancements among the user-facing improvements: * The built-in struct module was renamed to _struct, solving issues with IDLE and ot