gpt4 book ai didi

python - Non Egg Install of Mechanize - Py2exe fails 的解决方法

转载 作者:太空宇宙 更新时间:2023-11-03 15:25:41 25 4
gpt4 key购买 nike

我绞尽脑汁想在 Win7 中不费吹灰之力地安装 Mechanize。我试过 easy_install --allways-unzip 方法。 easy_install -Z 方法。在 site-packages 目录中添加了 .pth 文件。添加了上述组合。

Py2exe 不能很好地处理 egg 文件。如果你有这个工作,请回复。

谢谢 - 布拉德


我点击的一些链接是:

Mechanize not being installed by easy_install?

How to install mechanize for Python 2.7?

http://www.daniweb.com/software-development/python/threads/204941

http://www.velocityreviews.com/forums/t691937-re-mechanize-not-recognized-by-py2exe.html

最佳答案

如果您还没有读过它,有一节关于 py2exe网站关于dealing with eggs .不知道效果如何(我从来不装蛋),py2exe在不处理 egg 安装包的情况下可能会很棘手。我会执行以下操作之一:

  1. 下载mechanize source package ,解压缩并编辑其 setup.py 以将 zip_safe 选项更改为 False。然后从命令行安装 mechanize:

    python setup.py install
  2. 使用 pip进行安装:

    pip install mechanize

    当然你必须安装pip首先(easy_install pip)。 pip默认安装扁平包。 (仅供引用 - 如果您最终在 Windows 上使用 pip,您需要注意它无法处理需要编译的 python 包。 Mechanize 不会成为问题,但如果您开始使用它任何规律......)

除了 egg 问题之外,我在 mechanize 的包结构中看不到任何东西表明 py2exe 在安装后会遇到任何问题。

关于python - Non Egg Install of Mechanize - Py2exe fails 的解决方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7417579/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com