On Tue, Nov 30, 2010 at 1:45 AM, Amaury Forgeot d'Arc <[email protected]> wrote: > 2010/11/30 Paolo Giarrusso <[email protected]> >> >> As a matter of fact, however, pyexpat is not involved here for PyPy, >> and here (v1.4) it is still implemented through ctypes (in >> lib_pypy/pyexpat.py), and not in RPython in pypy/rlib/.
It's also module/pyexpat and not rlib (rlib is for RPython libraries) > > Did you compile pypy yourself? > if the expat development files are present, the translation should build the > pyexpat module: > Python 2.5.2 (79656, Nov 29 2010, 21:05:28) > [PyPy 1.4.0] on linux2 >>>>> import pyexpat >>>>> pyexpat > <module 'pyexpat' (built-in)> > -- > Amaury Forgeot d'Arc > > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
