iOS:如何在不使用 Mercurial 的情况下获取 ZipKit?

发布于 2024-12-05 18:06:44 字数 1121 浏览 1 评论 0原文

我安装了 Mercurial,但正如其名称所示,当我尝试下载 ZipKit 时,它无法运行。 我收到这条消息:

abort: couldn't find mercurial libraries in ....     
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload 
/Library/Python/2.6/site-packages 
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC 
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode]
(check your install and PYTHONPATH)

I installed Mercurial, but true to its name it is failing to run when I try to download ZipKit.
I get this message:

abort: couldn't find mercurial libraries in ....     
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload 
/Library/Python/2.6/site-packages 
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC 
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode]
(check your install and PYTHONPATH)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

笑脸一如从前 2024-12-12 18:06:44

事实证明,Mercurial 只能从安装它的帐户运行,至少在 OS/X 上是这样。因此我只需切换到我的主帐户并获取 zipkit 即可。

Turns out that Mercurial can only be run from the account under which it was installed, at least on OS/X. Therefore I merely had to switch bad to my main account and fetch zipkit.

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