无法在 Windows 台机器上构建 JXcore

Cannot build JXcore on one of Windows machines

我正在尝试在 Windows 7(64 位)上构建 JXcore

事实上我有两个相同的虚拟机,但是当我 运行 vcbuild.bat 其中一个失败时。我收到以下错误:

C:\jxcore\vcbuild.bat File "configure", line 339 ''' ^ SyntaxError: Missing parentheses in call to 'print' Failed to create vc project files.

在第二台机器上我没有这个问题。据我所知,我创建的它们都是相同的。那么问题出在哪里呢?

这两个虚拟机真的相等吗?我可以打赌,失败的那个安装了 Python 3.X,而 JXcore docs 说的是 Python 2.6 或 2.7。

不过,我们刚刚进行了更新,您发布的错误应该不会再出现了。相反,你应该看到这样的东西:

C:\jxcore>vcbuild.bat
You need Python 2.6 or 2.7 for the script to run. Currently installed version: 3.4.3

希望能解决您的问题。感谢使用 JXcore!