python-deployer icon indicating copy to clipboard operation
python-deployer copied to clipboard

Not compatible with python3

Open k-funk opened this issue 8 years ago • 0 comments

Would be nice either this library supported python3, or at least the docs+readme mentioned that.

$ python --version
Python 3.5.2

$ python
>>> from deployer.host import SSHHost
ImportError: No module named 'StringIO'

k-funk avatar Feb 11 '17 21:02 k-funk