2

Is there an Iron Python .net port of the twisted libraries, or can Iron Python use the standard one?

johnc
  • 39,385
  • 37
  • 101
  • 139

2 Answers2

4

Twisted will not currently run in IronPython, but it is being worked on.

Stay tuned.

Kevin Horn
  • 4,167
  • 28
  • 30
3

I've not used it myself, but you may get some mileage out of Ironclad - it supposedly lets you use CPython from IronPython...

Dan Vinton
  • 26,401
  • 9
  • 37
  • 79