Google groups decided to put my answer in a different thread =) It looks like you have Python 3.x installed, which changed various things. The V8 scripts work with Python 2.x, so I suggest installing https://www.python.org/download/releases/2.7.6/ and trying again.
On Sunday, 14 June 2015 09:04:28 UTC-4, treck 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 cuirious 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 --- 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.
