Le 16/04/14 05:59, Bogdan Opanchuk a écrit :
Hi Benjamin,
Thank you, I've seen it in the repo. But one still cannot install it
as a separate package, say, in CPython, and it's not even available as
a package in the PyPy itself (it's only used at build stage, as far as
I understand). Are there an
Bogdan: apologies, gmail, doesn't default to reply all and I forget
sometimes..
msg:
Bogdan,
I just explicitly have pypy checked out somewhere and reference it with
environment variables in my Makefile. It's not particularly nice, but it's
really easy to get started on something and its kind of
Hi Armin,
It is a package, but it is not discoverable. I cannot install it with
pip, and I cannot set it as a dependency for some other package.
On Wed, Apr 16, 2014 at 6:45 PM, Armin Rigo wrote:
> Hi Bogdan,
>
> On 16 April 2014 06:59, Bogdan Opanchuk wrote:
>> it's not even available as a pac
Hi Bogdan,
On 16 April 2014 06:59, Bogdan Opanchuk wrote:
> it's not even available as a package in the PyPy itself
What do you mean? "rpython" is the name of the top-level directory
we're talking about, with "__init__.py" and everything. It is a
regular package.
A bientôt,
Armin.
_
Hi Benjamin,
Thank you, I've seen it in the repo. But one still cannot install it
as a separate package, say, in CPython, and it's not even available as
a package in the PyPy itself (it's only used at build stage, as far as
I understand). Are there any plans to complete the splitting and make
it a
On Tue, Apr 15, 2014, at 21:31, Bogdan Opanchuk wrote:
> Hello,
>
> I would like to use the RPython toolchain in my project. The problem
> is, RPython is currently hidden inside PyPy and therefore not readily
> available. I found this thread
> https://mail.python.org/pipermail/pypy-dev/2012-Octobe
Hello,
I would like to use the RPython toolchain in my project. The problem
is, RPython is currently hidden inside PyPy and therefore not readily
available. I found this thread
https://mail.python.org/pipermail/pypy-dev/2012-October/010602.html
which goes as far as to state "Note that the fact of