1

我正在尝试构建 node.js,但我有问题。
我从 git 下载了 2 个版本,从站点下载了一个
我的配置是:
Python 3.2.2 visual studio express 2008 windows xp 32bit

运行 vcbuild.bat 时的错误:
joyent-node-v0.7.7-49-g06ada03:

  File "configure", line 344
    print "creating ", filename
                    ^
SyntaxError: invalid syntax
Failed to create vc project files.

节点-v0.6.15

 File "tools\gyp_node", line 20
    print 'Error running GYP'
                            ^
SyntaxError: invalid syntax
Failed to create vc project files.

我在这里做错了什么?

4

1 回答 1

2

我认为您必须根据wiki 中的安装指南使用 python2.6 或 2.7。

于 2012-04-10T13:23:30.470 回答