Would it be possible to write a twisted-powered application that opens an interactive shell, e.g. to tweak the business objects served via the twisted protocol layer?
My current problem is that the reactor.run()
blocks the application, and the IPython.embed()
is only run after the reactor has finished.