denull / RemoteTree

Sublime Text 3 plugin for browsing remote file tree via SFTP
23 stars 12 forks source link

ST3, menu greyed out with error #11

Open ncheese777 opened 6 years ago

ncheese777 commented 6 years ago

After putting the folder / files into my packages folder I get this error:

reloading plugin RemoteTree.remote-tree Traceback (most recent call last): File "C:\Program Files (x86)\Sublime Text 3\sublime_plugin.py", line 109, in reload_plugin m = importlib.import_module(modulename) File "./python3.3/importlib/init.py", line 90, in import_module File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1532, in _find_and_load_unlocked File "", line 584, in _check_name_wrapper File "", line 1022, in load_module File "", line 1003, in load_module File "", line 560, in module_for_loader_wrapper File "", line 868, in _load_module File "", line 313, in _call_with_frames_removed File "C:\Users\natha\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\remote-tree.py", line 10, in import pysftp File "C:\Users\natha\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\pysftp__init.py", line 12, in import paramiko File "C:\Users\natha\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\paramiko\init.py", line 31, in from paramiko.transport import SecurityOptions, Transport File "C:\Users\natha\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\paramiko\transport.py", line 57, in from paramiko.ed25519key import Ed25519Key File "C:\Users\natha\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\paramiko\ed25519key.py", line 17, in import bcrypt File "C:\Users\natha\AppData\Roaming\Sublime Text 3\Packages\RemoteTree\bcrypt\init__.py", line 25, in from bcrypt import _bcrypt ImportError: DLL load failed: %1 is not a valid Win32 application.

...the menu is there in Sublime but greyed out.

nikone88 commented 5 years ago

Same thing