Iron Python Twisted - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T01:33:51Z http://stackoverflow.com/feeds/question/676681 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/676681/iron-python-twisted 1 Iron Python Twisted johnc 2009-03-24T09:37:11Z 2009-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#676702 2 Answer by MrEvil for Iron Python Twisted MrEvil 2009-03-24T09:42:44Z 2009-03-24T09:42:44Z <p>No. Twisted is dependent on cpython.</p> http://stackoverflow.com/questions/676681/iron-python-twisted/677154#677154 3 Answer by Dan Vinton for Iron Python Twisted Dan Vinton 2009-03-24T12:24:07Z 2009-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#1093889 1 Answer by Kevin Horn for Iron Python Twisted Kevin Horn 2009-07-07T18:11:18Z 2009-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>