Is there some directive to tell acprep to look for a certain set of python binaries/libraries?
If I run: ./acprep --boost=/opt/local --python update I get this in the output: -- Found PythonInterp: /opt/local/bin/python (found version "2.7.3") -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.2") -- Boost version: 1.52.0 -- Found the following Boost libraries: -- date_time -- filesystem -- system -- iostreams -- regex -- unit_test_framework -- python (ie, it's using the MacPorts python binary (via `sudo port select --set python python27`), but the system's python libraries) Any attempt to run "ledger python script.py" results in: Segmentation fault: 11 Is there's something I'm missing? I spent a while looking through the makefiles and didn't see anywhere to set "PythonLibs" to another location. Thanks, Zack
