2015-04-13 12:10 GMT-04:00 Amaury Forgeot d'Arc <amauryfa@gmail.com>:

2015-04-13 17:50 GMT+02:00 Ludovic Gasc <gmludo@gmail.com>:
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 guess we need to wait a bit more.

I'm not an expert, but I don't think we speak of the same thing, I talk about this:
https://pypi.python.org/pypi/setuptools#unix-wget
https://pip.pypa.io/en/latest/installing.html#install-pip

This technique is the same as ensurepip ?


Or get involved and help us finish the 3.3 port first...

Of course, I'm agree with you to finish the 3.3 port first :-)
And I try to help you as much as possible I can do with my little skills. To remember, I'm a simple dev guy, not a PyPy expert.
FYI, I'm trying to implement monotonic timer in PyPy3.3 during PyCON sprint code, Benoît Chesneau finds me an example:
https://gist.github.com/vext01/8c06136ca3522738234a
No idea if I'll success, you'll see at the end of this week ;-)
If you want to help me/give me tips/implement yourself, be my guest.

Nevertheless, without pip, sorry, but at least for me, it's a little bit complicated to test easily libraries, especially with cffi.
Or maybe easy_install is included ? I recognize I don't verified.



--
Amaury Forgeot d'Arc