如何找到与 Mercurial 一起使用的 Python 版本?
我在此处读到
在 Windows 上,您的 Python 版本必须与用于编译 Mercurial 的版本匹配。否则,在尝试运行 CGI 时,您将收到“Invalid Magic Number”错误。 Mercurial 1.0.x、1.1.x、1.2.x 和 1.3.x 的预编译 Windows 二进制文件是使用 Python 2.5 编译的。
我上网查了一下,但没有看到此信息的查找表。
我在哪里可以找到它?
I read here that
On Windows, your Python version must match the version used to compile Mercurial. Otherwise, you'll get "Invalid Magic Number" errors when trying to run the CGI. The pre-compiled Windows binaries for Mercurial 1.0.x, 1.1.x, 1.2.x and 1.3.x were compiled with Python 2.5.
I looked online but I dont see a lookup table for this information.
Where can I find it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Windows,则需要安装 TortoiseHG。它提供了完整的 Mercurial 命令行、与 Windows shell 集成的 GUI 以及全部编译在一起的正确版本的 Python。
If you're on Windows you want to install TortoiseHG. It provides the full Mercurial command line, a GUI with Windows shell integration, and the right version of Python all compiled in together.
各种 HG 安装包的名称中都包含所需的 Python 版本。您还可以在该包的发行说明中查找它。
The various HG installation packages have the required Python version in their name. You can also look it up in the release notes for the package.