gpt4 book ai didi

python - Twisted 中的 twistd 无法在窗口中运行

转载 作者:行者123 更新时间:2023-11-28 17:54:12 25 4
gpt4 key购买 nike

在命令提示符下输入 >>twistd echobot.tac

Traceback (most recent call last):
File "C:\Python26\Scripts\twistd.py", line 18, in ?
from twisted.scripts.twistd import run
ImportError: No module named twisted.scripts.twistd

twistd 位于 C:\Python26\Scripts\twistd.py

#!c:\python26\python.exe

# Copyright (c) 2001-2009 Twisted Matrix Laboratories.
# See LICENSE for details.


### Twisted Preamble
# This makes sure that users don't have to set up their environment
# specially in order to run these programs from bin/.
import sys, os, string
if string.find(os.path.abspath(sys.argv[0]), os.sep+'Twisted') != -1:
sys.path.insert(0, os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),os.pardir, os.pardir)))
if hasattr(os, "getuid") and os.getuid() != 0:
sys.path.insert(0, os.path.abspath(os.getcwd()))
### end of preamble


from twisted.scripts.twistd import run
run()

当我输入时

from twisted.scripts.twistd import run

在python中可以运行

最佳答案

尝试设置路径.. 在 cmd 中像这样:

set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib   

然后运行twistd

关于python - Twisted 中的 twistd 无法在窗口中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3450806/

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