Le 28/05/15 17:11, Yicong Huang a écrit :
And for the mentioned RPython error: "object with a __call__ is not
RPython", any advices?

In this case, it means that the translator sees a built-in function that it knows nothing about. My guess is that you're using an interpreter that you built yourself to run the translation. You should rather just use CPython to run the translation, it'll be less confusing.

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to