gpt4 book ai didi

Python/twisted 在 Windows 上导入 twisted.internet.endpoints

转载 作者:可可西里 更新时间:2023-11-01 09:52:31 26 4
gpt4 key购买 nike

我正在尝试在 python 上使用 twisted 编写服务器。这是我文件的头部:

from twisted.internet.protocol import Factory, Protocol
from twisted.internet.endpoints import TCP4ServerEndpoint
from twisted.internet import reactor

第一个和最后一个导入工作完美。尝试使用以下回溯运行第二次导入时出现错误:

Traceback (most recent call last):
File "<ipython-input-1-c0d6286e105b>", line 1, in <module>
from twisted.internet.endpoints import TCP4ServerEndpoint
File "C:\Anaconda3\lib\site-packages\twisted-15.5.0-py3.4.egg\twisted\internet\endpoints.py", line 34, in <module>
from twisted.internet.stdio import StandardIO, PipeAddress
File "C:\Anaconda3\lib\site-packages\twisted-15.5.0-py3.4.egg\twisted\internet\stdio.py", line 30, in <module>
from twisted.internet import _win32stdio
ImportError: cannot import name '_win32stdio'

我已经尝试过手动(使用 whl 文件)和 pip install 安装 pypiwin32 等解决方案。但是问题并没有解决。

我正在使用 python 3.4.3 和 Twisted 15.0 在 Windows 7 上工作(是的!)

感谢您的帮助。

最佳答案

您正在使用 Python 3,_win32stdio 没有移植到 Python 3。如果您想要完整的 Twisted 功能集,您必须暂时运行 Python 2(推荐 PyPy 4.x+) .

关于Python/twisted 在 Windows 上导入 twisted.internet.endpoints,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34299034/

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