i have been trying to get dnode to install from this link
http://bergie.iki.fi/blog/dnode-make_php_and_node-js_talk_to_each_other/
i tried
npm install dnode
i gave me the following error.
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT
HON env variable.
gyp ERR! stack at failNoPython (E:\Program Files (x86)\nodejs\node_modules\n
pm\node_modules\node-gyp\lib\configure.js:118:14)
could someone plz assist me with this issue with appropriate commands :)
much regards guys
Do you have python installed? Is it in your path?
If not you can set the PYTHON environment variable specifically so that gyp can find it.