tbodt / v8py

Write Python APIs, then call them from JavaScript using the V8 engine.
GNU Lesser General Public License v3.0
440 stars 28 forks source link

Notes on Windows installation #32

Open kokhoor opened 5 years ago

kokhoor commented 5 years ago

I had successfully install on windows using the current github version (not pip install v8py). Following are the notes for the installation (hopefully I did not forget anything as I tinkered about with the configuration a lot):

Python: Python 3.7.3 64-bit (I believe 32-bit doesn't work) Installed Microsoft Visual Studio 2017 Express, with "Desktop development with C++" option, and "VC++ 2015.3 v14.00 (v140) toolset" for desktop. Added: C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64 to the path (to prevent mt.exe error)