Closed GoogleCodeExporter closed 8 years ago
Additional info:
$ gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
libboost version: 1.46.1
Python version: 3.2.3
Original comment by sans.ran...@gmail.com
on 5 Apr 2013 at 2:33
fix the API change issue, please verify with SVN trunk code
Original comment by flier...@gmail.com
on 5 Apr 2013 at 2:46
Thank you, it's fixed now, compilation runs smooth. Although I do get an error
when I try to import PyV8 package in Python 3.2:
---------------------------
>>> import PyV8
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "PyV8.py", line 1081
var_unicode = u'unicode'
^
SyntaxError: invalid syntax
---------------------------
It works in 2.7 (which is fine, I can do with 2.7). Maybe it has something to
do with Python 2.7 being symlinked to python, and that one being used while
building v8?
Original comment by sans.ran...@gmail.com
on 6 Apr 2013 at 12:27
Original issue reported on code.google.com by
sans.ran...@gmail.com
on 4 Apr 2013 at 5:49