I get an error message while running the newest one: threads.py:157: Warning: 'with' will become a reserved keyword in Python 2.6 ending up in SyntaxError: invalid syntax Looks like the effect of 35cf774c435239e61deece5b8f2343e572ca0654, but when I remove the offending methods manually I end up with: AttributeError: 'module' object has no attribute 'current_thread' from core/threads.py line 59
Maybe I should just cherry-pick https://github.com/M4rtinK/modrana/c...249529d1f8b251 and apply it on a latest release? Will try that and give you a heads-up