On Tue, Nov 30, 2010 at 1:45 AM, Amaury Forgeot d'Arc
<amaur...@gmail.com> wrote:
> 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/.

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

Reply via email to