Re: [Twisted-Python] Twisted on Windows, 2015 edition

2015-03-26 Thread Glyph
> > On Mar 25, 2015, at 3:01 PM, Christian Long wrote: > > I'm writing up my experiences porting a Twisted application from Linux > to Windows. Part 1 is up, covering how to install the requirements. > > http://www.christianlong.com/blog/twisted-on-windows-2015-edition.html > > Part 2 will cov

Re: [Twisted-Python] Twisted on Windows, 2015 edition

2015-03-26 Thread Adi Roiban
Many thanks! I find it of great help and happy to see more people talking about Microsoft Visual C++ Compiler for Python 2.7. Recently I had tried to fix a bug in iocp support and I failed to build IOCP module on windows. I will try it again using your steps. Looking forward for next posts! On

[Twisted-Python] Twisted on Windows, 2015 edition

2015-03-25 Thread Christian Long
I'm writing up my experiences porting a Twisted application from Linux to Windows. Part 1 is up, covering how to install the requirements. http://www.christianlong.com/blog/twisted-on-windows-2015-edition.html Part 2 will cover running Twisted as a Windows service. Part 3 will cover making your