Jean-Paul,
Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``Is it a cactus bug or problem with my war?'' >>>> import cppyy Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: missing reflection library libcppyy_backend.so >>>> I see that this is a somewhat old version of PyPy - but is that the problem?
at issue is that cppyy needs to be linked with libReflex.so and since PyPy builds in all modules, it in turned would need to be linked with that lib. That would not be good. So, to work around that, cppyy resolves the methods it needs dynamically, but it then needs that extra lib. It can be found through here: http://doc.pypy.org/en/latest/cppyy.html#installation HTH, Wim -- wlavrij...@lbl.gov -- +1 (510) 486 6411 -- www.lavrijsen.net _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev