Eu não tenho acesso ao Slackware, mas acredito que você também precise instalar as bibliotecas de ligação / wrapper do Python para paramiko
. Pelo menos esse é o caso do Fedora / CentOS e outras distros do que eu posso encontrar neste post do fórum intitulado: Fóruns do MySQL :: MySQL Workbench :: Ubuntu: Não é possível iniciar o gerenciador de túnel SSH .
thanks ! install python-paramiko solve my problem.
Se isso não resolver o problema, pode haver alguns pacotes ausentes / corrompidos que exigem a reinstalação. Novamente, essa dica vem do mesmo tópico que mencionei acima e é direcionado ao Ubuntu, mas pode lançar alguma luz sobre o que está errado no seu caso particular.
Posted by: Roman Schaller () Date: July 02, 2012 04:00PM
Although I had the same problem, this was not the solution to my Ubuntu 12.4. I solved it this way:
First I checked what was logged to the console if I start the workbench from command line. There I could see some more details:
File "/usr/lib/python2.7/dist-packages/Crypto/Random/__init__.py", line 28, in <module> from Crypto.Random import OSRNG ImportError: cannot import name OSRNG
This lead me to reinstall some python crypto packages with synaptic. I reinstalled following packages:
python (2.7.3-0ubuntu2) python-all (2.7.3-0ubuntu2) python-appindicator (0.4.92-0ubuntu1) python-apport (2.0.1-0ubuntu10) python-apt (0.8.3ubuntu7) python-apt-common (0.8.3ubuntu7) python-aptdaemon (0.43+bzr805-0ubuntu2) python-aptdaemon-gtk (0.43+bzr805-0ubuntu2) python-aptdaemon.gtk3widgets (0.43+bzr805-0ubuntu2) python-aptdaemon.gtkwidgets (0.43+bzr805-0ubuntu2) python-aptdaemon.pkcompat (0.43+bzr805-0ubuntu2) python-avahi (0.6.30-5ubuntu2) python-beautifulsoup (3.2.0-2build1) python-cairo (1.8.8-1ubuntu3) python-crypto (2.4.1-1ubuntu0.1) python-gnomekeyring (2.32.0+dfsg-1) python-gnupginterface (0.3.2-9.1ubuntu3) python-mysql.connector (0.3.2-1) python-oauth (1.0.1-3build1) python-openssl (0.12-1ubuntu2) python-paramiko (1.7.7.1-2) python-pycryptopp (0.5.29-1build1)
I'm pretty sure only one of them was the cause of my problem. Probably python-openssl or python-paramiko. I can't test it again. Maybe someone else can figure it out...