Hi Jean-François,

On Tue, Sep 10, 2013 at 5:43 PM, Jean-François Caron
<jfca...@phas.ubc.ca> wrote:
> I can send an email or bug report to MacPorts, but I'm not sure how to 
> describe the bug, as I'm unfamiliar with the syslog module.

Just reporting the error is plenty enough.  The issue is that it's a
CFFI module which gets built (by calling the C compiler) the first
time it is imported.  The library built is saved into some directory
where (after installation) a normal user cannot write.  It's supposed
to be imported once as part of the installation process, to
pregenerate it.  It's what our own installation tool does
(pypy/tool/release/package.py).


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to