Hey,
I've tried getting pyv8 installed a few more times now, I no longer
get the error above on mac os lion. now, building and install succeeds
but when i try to import pyv8, i get:
>>> import PyV8
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap: 6
so that's with v8 rev 9653 and pyv8 rev 418. i use HomeBrew as my
package manager so i've changed the line in setup.py under the is_osx
section (line 234) and changed the include dir line to:
include_dirs += [
"/usr/local/Cellar/boost/1.47.0/include"
]
i haven't added anything to my env, though, should I?
thanks,
johan