[Twisted-Python] Twisted, Windows, and Py2Exe

Jeremy Noetzelman jjn at kriln.com
Mon Mar 24 14:56:46 MST 2003


I'm trying to get a very simple application which uses Twisted to package
properly via distutils+py2exe.  It doesn't seem to work very well, and in
fact complains about not being able to find a bunch of things (at the
distutils point in the build process)

The resulting executable doesn't run.  And at this point, it's just a
simple loop which does reactor.iterate(), and that's the extent of the
Twisted code.  W/o any Twisted code, everything works great.

Has anyone used py2exe successfully with a twisted application?

J





More information about the Twisted-Python mailing list