[pypy-dev] Problems in connecting C++ and python with cppyy

Armin Rigo arigo at tunes.org
Fri May 24 10:58:41 CEST 2013


Hi,

On Fri, May 24, 2013 at 8:45 AM, Xia Xin <xiaxinx at gmail.com> wrote:
>>>>> cppyy.load_reflection_info("libMyClassDict.so")

I believe that you need to say "./libMyClassDict.so".  Otherwise it's
searching for the .so in the system's standard places, which do not
include ".".


A bientôt,

Armin.


More information about the pypy-dev mailing list