Jun 20, 2012

Setting up zombie.js in Windows 7

I took about 2 hours to find the answer, even the web do not have the complete answer for it. So, it's better for me to post the steps involved.

Anyway, the key to the issue is to setup the PYTHON path to include the python.exe filename in it.

Here's the list of steps for your reference.
  1. Install 32-bit python 2.7, not the version 3.x
  2. Set environment variables:
    • NODE_PATH to {path to nodejs}\node_modules
    • PYTHON to {path to python 2.x}\python.exe
  3. Run on VS2010 command prompt (run as administrator)
  4. npm install plugin -g
Hope the above works for you.

No comments:

Post a Comment