Hi Skip,

On Fri, Jun 28, 2013 at 9:30 PM, Skip Montanaro <[email protected]> wrote:
>> SuSE has a somewhat different packaging of curses than do other
>> installation.
>> It'd be ideal if pypy-c would be immune to that, but so lacking I did:

I tried yesterday to have it refuse to translate when some
dependencies are missing (or just not found, like in this case
curses).

I also fixed yesterday a bug that prevents the prompt from showing up
if curses is missing --- it would just try to fall back to the cffi
version of curses, which would fail "spectacularly" like in your
example.

It seems you've been bitten by the same issues reported yesterday :-)


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to