[pypy-dev] Cannot use MacPorts PyPy to Translate pypy-c
Armin Rigo
arigo at tunes.org
Tue Sep 10 09:49:30 CEST 2013
Hi Jean-François,
On Mon, Sep 9, 2013 at 6:08 PM, Jean-François Caron <jfcaron at 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.
More information about the pypy-dev
mailing list