Python 安装 python-ntlm-1.0

发布于 2024-12-02 17:24:10 字数 499 浏览 2 评论 0原文

我下载了 python-ntlm-1.0.tar.gz 并尝试安装。我将 .tar 文件提取到其自己的目录 (C:\python-ntlm-1.0) 并在该目录的命令提示符中执行以下命令:

C:\python27\python.exe C:\Python27\Tools\Scripts\setup.py install

我得到以下输出:

running install
running build
running build_scripts
error: file 'C:\python-ntlm-1.0\byteyears.py' does not exist

我查找该文件并在我的脚本中找到它目录并将 .tar 放入脚本目录中并再次尝试,但实际上并没有安装它,因为当我执行 python 脚本时,我继续收到 ImportError: No module named ntlm.

任何帮助都会不胜感激。

I downloaded the python-ntlm-1.0.tar.gz and am trying to install. I extracted the .tar file to its own directory (C:\python-ntlm-1.0) and executed the following command in the command prompt from that directory:

C:\python27\python.exe C:\Python27\Tools\Scripts\setup.py install

I get the following output:

running install
running build
running build_scripts
error: file 'C:\python-ntlm-1.0\byteyears.py' does not exist

I looked for that file and found it in my scripts directory and put the .tar in the scripts directory and tried it again, but it did not actually install it because when I execute my python script I continue to get ImportError: No module named ntlm.

Any help would be greatly appreciated.

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

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

发布评论

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

评论(1

难忘№最初的完美 2024-12-09 17:24:10

您需要阅读有关处理档案的内容。请参阅 tar.gz 部分。您仅解压缩了 tar 文件,并未提取其中包含的文件。

You need to read up on handling archives. See the tar.gz section of that linked doc. You've only uncompressed the tar file, not extracted the contained files.

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