Author: Armin Rigo <[email protected]> Branch: Changeset: r88398:416d9a87c548 Date: 2016-11-15 23:07 +0100 http://bitbucket.org/pypy/pypy/changeset/416d9a87c548/
Log: write at yet another place this F.A.Q. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -90,6 +90,10 @@ Do CPython Extension modules work with PyPy? -------------------------------------------- +**First note that some Linux distributions (e.g. Ubuntu, Debian) split +PyPy into several packages. If you installed a package called "pypy", +then you may also need to install "pypy-dev" for the following to work.** + We have experimental support for CPython extension modules, so they run with minor changes. This has been a part of PyPy since the 1.4 release, but support is still in beta phase. CPython _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
