export PYTHONPATH mysql-workbench and it shows the same dialog box, although its output window shows Traceback (most recent call last): File "/usr/share/mysql-workbench/sshtunnel.py", line 5, in <module> from random import randint File "/usr/lib64/python2.6/random.py", line 45...
MySQL WorKbench Installation Fails - Can't find Python or ParamikoPosted by: Peter Avery Date: August 13, 2011 05:46AM I am trying to install Workbench 5.2.34 on SLED 11 SP1. Using the rpm package installation process ends with these messages: ___ error: Failed dependencies: python...
File "build/bdist.linux-i686/egg/_mysql.py", line 6, in __bootstrap__ ImportError: libmysqlclient.so.15: cannot open shared object file: No such file or directory I clearly have built libmysqlclient.so.15: ~ % find ~/mysql-5.0.37-linux -name "libmysqlclient*" ...