如何找到与 Mercurial 一起使用的 Python 版本?

发布于 2024-09-30 11:11:31 字数 364 浏览 3 评论 0原文

我在此处读到

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无畏 2024-10-07 11:11:31

如果您使用的是 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.

若有似无的小暗淡 2024-10-07 11:11:31

各种 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文