jlegewie / sublime-paramiko

paramiko module for Sublime Text 3
0 stars 0 forks source link

Paramiko for other platforms #4

Open sschuhmann opened 4 years ago

sschuhmann commented 4 years ago

The last commit (3 months ago) pushed some files to support windows. This is not configured in the package.io dependency file yet.

Is there any chance to enable this dependency also for other operating systems?

jlegewie commented 4 years ago

But I never tested it. If someone confirms that it works, I can look into the package.io dependency file.

sschuhmann commented 4 years ago

I have patched the PyCrypto to work under Linux64 and added this version to my Sublime Text Path. I've also installed sublime-paramiko as local dependency using package control dependency installer.

If I try to import SSHClient i get an error that pramiko util could not be imported, which as file is there. Have you experienced something like this on OSX?

jlegewie commented 4 years ago

I haven't looked at this for a long time and don't know the ST package control details and how dependency work out of my head. So really hard for me to comment on this. But I don't think I had this problem.