Hmmm... I'm not an expert, I don't use that module

But the output indicates that you need python to run node-gyp, a bridge to
compile c source code using gyp (multiplaform way to compile c programs).
The oracle module has c source code that needs to compile at your machine
(it has no prepackage bin for Windows)

Check the requirements for Windows at
https://github.com/TooTallNate/node-gyp

Angel "Java" Lopez
@ajlopez



On Tue, Sep 24, 2013 at 7:56 AM, Vishal Shivnath Tyagi <
[email protected]> wrote:

> I am trying to install oracle package on my windows environment and
> getting following error. Did someone tried on installing on their machine
> and how to fix this issue.
>
> C:\Users>npm install oracle
> npm WARN package.json [email protected] No repository field.
> npm http GET https://registry.npmjs.org/oracle
> npm http 304 https://registry.npmjs.org/oracle
>
> [email protected] install C:\Users\vishaltyagi\node_modules\oracle
> node-gyp rebuild
>
> C:\Users\vishaltyagi\node_modules\oracle>node "C:\Program Files
> (x86)\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js"
> rebuild
> gyp ERR! configure error
> gyp ERR! stack Error: Can't find Python executable "python", you can set
> the PYTHON env variable.
> gyp ERR! stack at failNoPython (C:\Program Files
> (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:118:14)
> gyp ERR! stack at C:\Program Files
> (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:81:11
> gyp ERR! stack at Object.oncomplete (fs.js:107:15)
> gyp ERR! System Windows_NT 6.1.7601
> gyp ERR! command "node" "C:\Program Files
> (x86)\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js"
> "rebuild"
> gyp ERR! cwd C:\Users\vishaltyagi\node_modules\oracle
> gyp ERR! node -v v0.10.18
> gyp ERR! node-gyp -v v0.10.9
> gyp ERR! not ok
> npm ERR! weird error 1
> npm ERR! not ok code 0
>
> --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" 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/groups/opt_out.
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" 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/groups/opt_out.

Reply via email to