wojtossfm / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

Error when importing PyV8 #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
The root cause is DTrace/SytemTap, just disable it by default, please verify it 
with SVN trunk code after r564

Original comment by flier...@gmail.com on 24 Dec 2013 at 4:25