Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-22 Thread David Naylor
On Friday, 22 June 2012 15:41:04 David Edelsohn wrote: > On Fri, Jun 22, 2012 at 5:31 AM, David Naylor wrote: > > On Sunday, 17 June 2012 09:32:35 Armin Rigo wrote: > >> It's going to take us a loong time to fix CLI translation if the > >> process goes: "you find some minor bug in the release

Re: [pypy-dev] PyPy 1.9 on LaunchPad PPA?

2012-06-22 Thread Peter Cock
On Fri, Jun 22, 2012 at 2:09 PM, Stefano Rivera wrote: > Hi Peter (2012.06.21_00:24:32_+0200) >> I'd like to be able to run tests for a Python project on >> Travis-CI under PyPy 1.9, however to provide PyPy >> on their virtual machines Travis-CI get PyPy from the >> PyPy PPA on LaunchPad: >> >> ht

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-22 Thread David Edelsohn
On Fri, Jun 22, 2012 at 5:31 AM, David Naylor wrote: > On Sunday, 17 June 2012 09:32:35 Armin Rigo wrote: >> It's going to take us a loong time to fix CLI translation if the >> process goes: "you find some minor bug in the release, we attempt to >> fix it a bit blindly, and then we wait for t

Re: [pypy-dev] PyPy 1.9 on LaunchPad PPA?

2012-06-22 Thread Maciej Fijalkowski
On Fri, Jun 22, 2012 at 3:09 PM, Stefano Rivera wrote: > Hi Peter (2012.06.21_00:24:32_+0200) > > I'd like to be able to run tests for a Python project on > > Travis-CI under PyPy 1.9, however to provide PyPy > > on their virtual machines Travis-CI get PyPy from the > > PyPy PPA on LaunchPad: > >

Re: [pypy-dev] PyPy 1.9 on LaunchPad PPA?

2012-06-22 Thread Stefano Rivera
Hi Peter (2012.06.21_00:24:32_+0200) > I'd like to be able to run tests for a Python project on > Travis-CI under PyPy 1.9, however to provide PyPy > on their virtual machines Travis-CI get PyPy from the > PyPy PPA on LaunchPad: > > http://about.travis-ci.org/docs/user/languages/python/ > https://

[pypy-dev] Translation with pypy picking up wrong libraries

2012-06-22 Thread David Naylor
Hi, I'm experimenting with using non-default library directories by tweeking pypy.tool.lib_pypy however I came up with the following error when translating with pypy: [translation:ERROR] Error: [translation:ERROR] Traceback (most recent call last): [translation:ERROR]File "translate.py", l

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-22 Thread David Naylor
On Sunday, 17 June 2012 09:32:35 Armin Rigo wrote: > Hi David, > > On Sat, Jun 16, 2012 at 4:41 PM, David Naylor > wrote: > > Oh, okay. I don't have access to the latest sources. I normally work of > > the released sources. But thanks for looking at this. > > It's going to take us a loon