twisted.application

Running a Twisted Application in PyDev

拈花ヽ惹草 提交于 2020-01-02 06:52:31
问题 I would like to debug a Twisted Application (10.0.0) using the Eclipse (3.5.2) PyDev Module (1.6.4) and Python (2.6.5). To run the application from the command line I would specify the following: c:\python26\python c:\python26\scripts\twistd.py -ny mytwistedapp.py To accomplish this using PyDev I created a new PyDev project and imported mytwistedapp.py and twistd.py. Under the project's run configuration I specified c:\python26\scripts\twistd.py as the main module. If I select Run -> Debug