Looks like you need to use python 2.x for the v8 scripts. Give https://www.python.org/download/releases/2.7.6/ <https://www.python.org/download/releases/2.7.6/> a try?
> On Jun 14, 2015, at 9:01 AM, treck <[email protected]> wrote: > > I need to use v8 engine for my C++ project. Could someone share here ready > for use binaries for platform Windows 32-bit? I tried compile it myself but i > get error. If someone is concern this error it's here (my platform Windows 7 > 64-bit) : > python.exe build\gyp_v8 -Dtarget=ia32 -Dcomponent=shared_library > Updating projects from gyp files... > File "<string>", line 1 > import sys; print sys.byteorder > ^ > SyntaxError: invalid syntax > gyp: Call to 'python -c "import sys; print sys.byteorder"' returned exit > status > 1. > > Thanks in advance. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > <http://groups.google.com/group/v8-users> > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
