我尝试让node-jquery工作。contextify是依赖项之一(jsdom需要)。
contextify需要以某种方式使用 Python 构建。但这似乎不适用于 Windows 7 x64。至少一台我的电脑:)
经过一些阅读(#10,#12,#17)并尝试了这个fork和这个提供的一些二进制文件,我可以让它工作......
我从 ( )node-gyp configure
或从node-gyp rebuild
( npm install jquery
) 得到相同的错误:
info it worked if it ends with ok
info downloading: http://nodejs.org/dist/v0.6.14/node-v0.6.14.tar.gz
info downloading: http://nodejs.org/dist/v0.6.14/x64/node.lib
info downloading: http://nodejs.org/dist/v0.6.14/node.lib
spawn python [ 'D:\\Users\\ngryman\\.node-gyp\\0.6.14\\tools\\gyp_addon',
'binding.gyp',
'-ID:\\Users\\ngryman\\build\\config.gypi',
'-f',
'msvs',
'-G',
'msvs_version=2010' ]
File "D:\Users\ngryman\.node-gyp\0.6.14\tools\gyp_addon", line 40
print 'Error running GYP'
^
SyntaxError: invalid syntax
ERR! Error: `gyp_addon` failed with exit code: 1
at ChildProcess.onCpExit (D:\Users\ngryman\AppData\Roaming\npm\node_modules
node-gyp\lib\configure.js:226:16)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:360:16)
at Process.onexit (child_process.js:396:5)
ERR! not ok
似乎有一个语法错误......我对 Python 不是很满意。
这是我的版本:
- 蟒蛇:3.2.3
- 节点JS:0.6.14
有人有想法吗?
谢谢!