Iron Python Twisted - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T01:33:51Zhttp://stackoverflow.com/feeds/question/676681http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/676681/iron-python-twisted1Iron Python Twistedjohnc2009-03-24T09:37:11Z2009-07-07T18:11:18Z
<p>Is there an Iron Python .net port of the twisted libraries, or can Iron Python use the standard one?</p>
http://stackoverflow.com/questions/676681/iron-python-twisted/676702#6767022Answer by MrEvil for Iron Python TwistedMrEvil2009-03-24T09:42:44Z2009-03-24T09:42:44Z<p>No. Twisted is dependent on cpython.</p>
http://stackoverflow.com/questions/676681/iron-python-twisted/677154#6771543Answer by Dan Vinton for Iron Python TwistedDan Vinton2009-03-24T12:24:07Z2009-03-24T12:24:07Z<p>I've not used it myself, but you may get some mileage out of <a href="http://www.resolversystems.com/documentation/index.php/Ironclad.html" rel="nofollow">Ironclad</a> - it supposedly lets you use CPython from IronPython...</p>
http://stackoverflow.com/questions/676681/iron-python-twisted/1093889#10938891Answer by Kevin Horn for Iron Python TwistedKevin Horn 2009-07-07T18:11:18Z2009-07-07T18:11:18Z<p>Twisted will not currently run in IronPython, but it is being <a href="http://twistedmatrix.com/trac/ticket/3882" rel="nofollow">worked on</a>.</p>
<p>Stay tuned.</p>