[Twisted-Python] (no subject)

Itamar Shtull-Trauring lists at itamarst.org
Wed Oct 17 16:59:38 EDT 2001


Blake Winton wrote:


> Rename everything in bin\ to include ".py" at the end.
> Does this break anything in particular for the Unix folks?
> I realize it does make it a little more annoying, but can
> you live with that to get it working under Windows?

Well, see, the twistd binary in there is mainly oriented towards unix 
(it will try to daemonize, unless there's a '-n' option, etc.), and 
really what is needed is decent infrastructure for running under 
Windows. That means a .exe generated from distutils, and an NT service, 
and as Juergen said autogenerated binaries.

Given all that, it does run, last I checked (I did an app.run(0) instead 
of running my daemon with twistd). Except there was that wierd bug where 
telnetting from linux to a windows telnet server crashed twisted (I'm 
not kidding)...






More information about the Twisted-Python mailing list