[Twisted-Python] (no subject)
Ivan Kozik
ivan at ludios.org
Wed Apr 18 22:14:43 EDT 2012
On Thu, Apr 19, 2012 at 01:54, joel tremblet <bingopitts at gmail.com> wrote:
> Its is possible to use twistd in Windows console ?
> I tried
> - twistd -y finger11.tac but twistd is not recognize
> - python finger11.tac, it's run the script but stop and the prompt symbol
> come back
>
> How we can test this script ?
twistd does work on Windows, but doesn't support some features like
daemonization.
This works here:
C:\Python27\python C:\Python27\Scripts\twistd.py -y
./doc/core/howto/tutorial/listings/finger/finger11.tac
Ivan
More information about the Twisted-Python
mailing list