How do you you run a Twisted application via Python (instead of via Twisted)?

后端 未结 6 1999
春和景丽
春和景丽 2020-12-24 08:48

I am working my way through learning Twisted, and have stumbled across something I\'m not sure I\'m terribly fond of - the \"Twisted Command Prompt\". I am fiddling around

6条回答
  •  轮回少年
    2020-12-24 09:32

    I haven't used twisted myself. However, you may try seeing if the twistd is a python file itself. I would take a guess that it is simply managing loading the appropriate twisted libraries from the correct path.

提交回复
热议问题