Differences between revisions 2 and 3
Revision 2 as of 2008-11-14 13:42:03
Size: 440
Editor: anonymous
Comment: converted to 1.6 markup
Revision 3 as of 2022-04-05 01:09:50
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Twisted =

Twisted is pretty easy to build, since it is 99% pure python. There is one extension module that is compiled.
It built fine with MSVC 2005.

I did some dumb hacking of course, since I don't know what I'm doing yet. I explicitly copies python25.lib to
the twisted directory, set the paths right so cl.exe is in my path, and did python setup.py install. Good to go, or
at least
{{{
>>> import twisted
}}}
works.