作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试从 here 下载 Perforce for python API(独立于平台)版本并尝试执行一个简单的 connect() 脚本:
from P4 import P4, P4Exception
p4 = P4()
p4.port = "111"
p4.user = "xxx"
p4.client = "yyy"
p4.connect()
我在同一个文件夹中有这个脚本和 p4.py 以及剩余的 dist 东西(c++ 文件)。但是我得到这个错误:
Importerror: No module named P4API.
有人可以帮帮我吗?
最佳答案
所以我发现是什么搞砸了。我的 Python 2.7 是 32 位的,而我下载的 Perforce 版本(放在他们的网站上)是 64 位的。如果您使用的是 32 位 Python,则必须点击以下链接。
This link has the 32 bit python distribution of P4P
要检查您使用的是 32 位还是 64 位 Python,只需转到命令行并启动 python shell(键入 python)。第一行包含此信息。
关于python - 导入错误 : No module named P4API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30053634/
我是一名优秀的程序员,十分优秀!