[pypy-dev] which xml libraries? was (Re: PyPy 1.4 released)

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Nov 30 00:45:05 CET 2010


2010/11/30 Paolo Giarrusso <p.giarrusso at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20101130/661c0e3e/attachment.html>


More information about the Pypy-dev mailing list