I never used gyp DIRECTLY (only via node-gyp, or v8 compile instructions),
but apparently, it uses Python in its guts:

https://code.google.com/p/gyp/wiki/GypUserDocumentation

The "json" configuration files are Python dictionaries, and I suspect that
python is used to read them. And for many other tasks in gyp. Curiously, I
cannot find Python listed as a dependency of gyp, file/readme?

I'm not sure the python version required/support (2.6? 2.7? 3.x?)

Angel "Java" Lopez
@ajlopez



On Sun, Feb 16, 2014 at 7:12 AM, Gagle <[email protected]> wrote:

> I mean, it's a very huge dependency. Node.js can be installed in any
> system with low resources. If python were a 5MB dependency, it's ok, but
> python also depends on sqlite. Don't you think that node-gyp could be
> rewritten itself in node.js? I know it's a hard work but from my point of
> view, it's worth trying.
>
> --
> --
> 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