If you have cut a pasted the demo.py script from Paramiko to test is working on your server then you might get this error:
import interactive ImportError: No module named interactive
There isn’t a python module called interactive – you need to download the interactive.py file which is included in the same folder as the demo application.
I’m glad you posted this. I’d never had realised otherwise!!
This post made me realize I need to change my glasses. Fast. Thanks for the tip !