[Twisted-Python] using py2exe or pyinstaller on twistd
![](https://secure.gravatar.com/avatar/7bc0b8c815b62b9b503d2d707c8ca08e.jpg?s=120&d=mm&r=g)
I mentioned at Pycon that I wanted to use Py2exe to distribute my tac. How would it be done? The alternate method I had been using was not using a tac file but that was not recommended. Thanks Alvin Wang PS It was great meeting some of the Twisted folk at Pycon. Highly recommended!!
![](https://secure.gravatar.com/avatar/d6328babd9f9a98ecc905e1ccac2495e.jpg?s=120&d=mm&r=g)
On Mon, 26 Feb 2007 15:17:54 -0800, Alvin Wang <alvinwang@gmail.com> wrote:
Not using a tac seems fairly reasonable to me. If you want to use py2exe, you've probably got a deployment environment where twistd would not make much sense. You might want to write a Twisted plugin and invoke that from your non-tac python mainpoint; that way it would also be usable from twistd.
Yeah!
![](https://secure.gravatar.com/avatar/d6328babd9f9a98ecc905e1ccac2495e.jpg?s=120&d=mm&r=g)
On Mon, 26 Feb 2007 15:17:54 -0800, Alvin Wang <alvinwang@gmail.com> wrote:
Not using a tac seems fairly reasonable to me. If you want to use py2exe, you've probably got a deployment environment where twistd would not make much sense. You might want to write a Twisted plugin and invoke that from your non-tac python mainpoint; that way it would also be usable from twistd.
Yeah!
participants (2)
-
Alvin Wang
-
glyph@divmod.com