What steps will reproduce the problem?
1. import PyV8
What is the expected output? What do you see instead?
Python returns the following error upon import:
>>> import PyV8
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "PyV8.py", line 32, in <module>
import _PyV8
ImportError:
/usr/lib64/python2.7/site-packages/PyV8-1.0_dev-py2.7-linux-x86_64.egg/_PyV8.so:
undefined symbol: wrapper_js__object__delattr_semaphore
What version of the product are you using? On what operating system?
OS: FC18 x64
Python: 2.7.3
PyV8: r559
V8: r18011
Original issue reported on code.google.com by ricardo....@gmail.com on 12 Dec 2013 at 3:21
Original issue reported on code.google.com by
ricardo....@gmail.com
on 12 Dec 2013 at 3:21