Remember there is the really bad issue where pypy3 uses the wrong folder for packages - the cpython one!
This is fixed in hg, but not in a release yet(i think). On Monday, September 24, 2018, Neal Becker <[email protected]> wrote: > Thanks! I've gotten much further now than before. Now I've hit this when > importing my c++ module which uses pybind11: > > pypy3 test3.py > Traceback (most recent call last): > File "test3.py", line 9, in <module> > from constellation import QAMconstellation, bipolar > ImportError: QAMconstellation64_base: dynamic attributes are currently not > supported in conjunction with PyPy! > > > > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev >
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
