Displaying 1 result from an estimated 1 matches for "invoke_shel".
Did you mean:
invoke_shell
2006 Oct 24
1
python-interactive for CentOS/EL 4
...last):
File "./demo.py", line 34, in ?
import interactive
ImportError: No module named interactive
The import causing the problem is...
import paramiko
import interactive
And the code snippet where interactive is used is...
chan = t.open_session()
chan.get_pty()
chan.invoke_shell()
print '*** Here we go!'
print
interactive.interactive_shell(chan)
chan.close()
t.close()
I've Googled a bit but "python", "module" and "interactive" generally
return about a million results all relating to alternative
interpreter/CLI...