[Tutor] Trouble importing Paramiko

Steven D'Aprano steve at pearwood.info
Wed Jan 2 10:42:47 CET 2013


On 02/01/13 20:22, Ufuk Eskici wrote:
> any help is appreciated, thanks...


Have you successfully installed it yet? Last time you tried to install,
you tried to install the Python 2 version of Paramiko with Python 3,
and got many SyntaxErrors.

Until you actually install Paramiko using Python 2, there is no point
trying to import it.


-- 
Steven


More information about the Tutor mailing list