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
$HOME/bin/python2.4 setup.py install --prefix=$HOME The build proceeds without error, but when I try to import: % $HOME/bin/python2.4 -c "import MySQLdb" Traceback (most recent call last): File "<string>", line 1, in ? File "build/bdist.linux-i686/egg/MySQLdb/__init__.py", ...