ImportError: No module named interactive Paramiko

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.

2 thoughts to “ImportError: No module named interactive Paramiko”

Leave a Reply to Blazistan Direk Cancel reply