2010/11/30 Paolo Giarrusso <p.giarru...@gmail.com>

> 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/.
>

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
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to