Differences between revisions 1 and 2
Revision 1 as of 2008-04-17 07:06:31
Size: 440
Comment:
Revision 2 as of 2008-11-14 13:42:03
Size: 440
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

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.