xsank / webssh

WebSSH is a simple web project which support login linux server with explorer.
http://xsank.github.io/webssh/
MIT License
581 stars 221 forks source link

error installing #17

Closed chandro closed 8 years ago

chandro commented 8 years ago

hello, im trying to install but i get some errors like

ImportError: No module named cryptography.hazmat.backends ImportError: No module named utils

i try to install everyone via :8ball:

pip install paramiko pip install cryptography pip install tornado pip install utils

but still getting same error, im trying in two different servers.

xsank commented 8 years ago

Webssh only rely on the tornado and the paramiko, But the two third package maybe reply on the different packages according to the version of the python. You may try to google how to install the two package correctly.