python 2.6 上的 Mac 版 Pypcap?
你如何最终在 Mac 上运行 python 2.6 的 pypcap ?似乎自 2.5 以来就没有任何新版本了,还是我只是找错了地方?
我似乎无法安装 2.5 二进制文件,并出现以下错误:您无法在此卷上安装 pcap 1.1。 pcap 需要安装系统 Python 2.5。
How do you end up running pypcap for python 2.6 on a mac? It seems that there hasn't been any new releases since 2.5 or am I just looking in the wrong places?
I seem to be unable to install the 2.5 binary with the following error: You cannot install pcap 1.1 on this volume. pcap requires System Python 2.5 to install.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Python 2.5 代码应该可以在 Python 2.6 上正常运行,无需更改(对于 Python 3.x 中发生更改的功能,您偶尔会收到
DeprecationWarning
)。Python 2.5 code should run fine unaltered on Python 2.6 (you'll just occasionaly get a
DeprecationWarning
for features which are changing in Python 3.x).