Closed GoogleCodeExporter closed 9 years ago
V8 tags/2.0.6.6 builds properly with r231 of pyv8, but I get an import error:
>>> import PyV8
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "PyV8.py", line 8, in <module>
import _PyV8
ImportError:
/home/sys/deploy/installed/Python-x86/lib/python2.7/site-packages/_PyV8.so:
undefined
symbol: _ZN7CLocker6ExposeEv
For what it's worth, V8 tags/2.0.6.6 and pyv8 r209 (picked semi-randomly)
builds and
imports just fine.
Original comment by sysno...@gmail.com
on 12 Feb 2010 at 2:42
This was likely first broken by http://code.google.com/p/v8/source/detail?r=3645
Original comment by sysno...@gmail.com
on 12 Feb 2010 at 3:17
Also compatible: V8 bleeding_edge@3835 (the latest as of now) and pyv8 r209
Original comment by sysno...@gmail.com
on 12 Feb 2010 at 3:43
The root cause is Google just remove a obsoleted v8 internal API, since pyv8
AST
depend on it. Please verify it with SVN code after r232.
Thanks
Original comment by flier...@gmail.com
on 12 Feb 2010 at 10:23
Builds fine with r233, thanks a lot.
Original comment by sysno...@gmail.com
on 12 Feb 2010 at 12:32
Thanks :)
Original comment by flier...@gmail.com
on 12 Feb 2010 at 2:54
Original issue reported on code.google.com by
sysno...@gmail.com
on 12 Feb 2010 at 2:13