airween
unread,Jan 1, 2011, 2:52:21 PM1/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyV8
Hello,
first: happy new year to everyone :)
I try to build a pyv8 module for my system (Ubuntu 10.04, x86,
Python2.6).
V8 came from svn, r6125, PyV8 also from svn, r316.
Everything builds fine, but when I import that modul, I get this
error:
$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyV8
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/PyV8.py", line 17, in
<module>
import _PyV8
ImportError: /usr/local/lib/python2.6/dist-packages/_PyV8.so:
undefined symbol: _ZTIN2v88internal10AstVisitorE
>>>
V8 engine builds with these options:
scons mode=release library=static snapshot=on
Could somebody help me?
Thank you:
a.