Using bzr with SFTP on Windows/Cygwin -


note: i'm not sure if belongs on serverfault or stackoverflow

i'm working on project has sftp-only bzr repository. works fine using linux machine, when using windows cygwin following issue:

$ bzr checkout sftp://user@hostname/var/bzr/project bzr: error: unsupported protocol url "sftp://user@hostname/var/bzr/project": unable import paramiko (required sftp support): no module named crypto 

i have installed cygwin's python-paramiko package, i'm not sure why it's refusing use it.

any suggestions appreciated.

clarification: work windows bazaar gui tool & windows cmd shell, i'm wondering if can make work in cygwin prefer unixy command line tools.

played around today.

had install python-crypto should prerequisite of python-paramiko isn't.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -