Hi Jean-François,

On Mon, Sep 9, 2013 at 6:08 PM, Jean-François Caron <jfca...@phas.ubc.ca> wrote:
> Hi, I am following the instructions here:
> http://doc.pypy.org/en/latest/cppyy.html#installation and here:
> http://root.cern.ch/phpBB3/viewtopic.php?f=14&t=17018
>
> In the first link, it says I can use a "built-in pypy" to do the translation 
> to make it go faster.  I have pypy 2.1.0 from MacPorts, but it fails with the 
> following message:

This is a mis-installed PyPy.  To fix it, run PyPy as root and type:

    import syslog

You may have to also import a few other modules as needed.  ("syslog"
appears in the traceback above.)

Note also that cppyy is now included in PyPy by default (on
non-Windows platforms), so you don't need to retranslate if that's the
only reason.


A bientôt,

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

Reply via email to