Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-14 Thread Armin Rigo
Hi Ludovic, On 13 April 2015 at 19:03, Ludovic Gasc wrote: > FYI, I'm trying to implement monotonic timer in PyPy3.3 during PyCON sprint > code, Benoît Chesneau finds me an example: Fwiw, clock_gettime() and similar functions are already present in PyPy2 in the module ``__pypy__.time``. I didn'

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Ludovic Gasc
2015-04-13 12:10 GMT-04:00 Amaury Forgeot d'Arc : > > 2015-04-13 17:50 GMT+02:00 Ludovic Gasc : > >> From my experience, the main issue I have is that setuptools/pip >> bootstrapping doesn't work, at least on my setup. >> You need to install dependencies manually and play with PYTHONPATH >> enviro

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Amaury Forgeot d'Arc
2015-04-13 17:50 GMT+02:00 Ludovic Gasc : > From my experience, the main issue I have is that setuptools/pip > bootstrapping doesn't work, at least on my setup. > You need to install dependencies manually and play with PYTHONPATH > environment variable. > ensurepip is a 3.4 feature, right? I gues

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Mike Müller
Am 13.04.15 um 17:50 schrieb Ludovic Gasc: > From my experience, the main issue I have is that setuptools/pip bootstrapping > doesn't work, at least on my setup. > You need to install dependencies manually and play with PYTHONPATH environment > variable. > > For Python applications themselves, for

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Mike Müller
Am 13.04.15 um 17:42 schrieb Amaury Forgeot d'Arc: > Hi, > > 2015-04-13 17:29 GMT+02:00 Mike Müller >: > > I need pypy that is Python 3.3 or, even better, Python 3.4 compatible. > I can found the nightly builds at http://buildbot.pypy.org//nightly > >

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Ludovic Gasc
>From my experience, the main issue I have is that setuptools/pip bootstrapping doesn't work, at least on my setup. You need to install dependencies manually and play with PYTHONPATH environment variable. For Python applications themselves, for now, it works pretty well, and when I found a bug, Am

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Amaury Forgeot d'Arc
Hi, 2015-04-13 17:29 GMT+02:00 Mike Müller : > I need pypy that is Python 3.3 or, even better, Python 3.4 compatible. > I can found the nightly builds at http://buildbot.pypy.org//nightly There is a branch for the Python 3.3 port, named "py3.3". It's not complete, but probably enough for most u

[pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Mike Müller
I need pypy that is Python 3.3 or, even better, Python 3.4 compatible. I can found the nightly builds at http://buildbot.pypy.org//nightly Which one should I use py3.3 or py3k? There are many more version. Should I use one of them? Thanks, Mike ___ pypy