I am trying to run a simple twisted application echo bot that metajack blogged about, everything looks like it is going to load fine, but at the very end I get an error:
2009/07/12 15:46 -0600 [-] ImportError: cannot import name toResponse
2009/07/12 15:46 -0600 [-] Failed to load application: cannot import name toResponse
Any ideas on what might be causing this?
I've not played with wokkel/twisted/python at all and dont know where to start to look.
It is worth nothing that I've tried another wokkel/twisted app and got this very same error.