python(abi) = 2.6 is needed by mysql-workbench-gpl-5.2.34-1suse113.i586 _____ I have an installation of python 2.6 in /usr/lib/python2.6, and the paramiko 1.7.7.1 egg is in /usr/lib/python2.6/site-packages. I
export PYTHONPATH=$INSTALLDIR:$PYTHONPATH mkdir -p $INSTALLDIR $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): ...
Re: MySQL WorKbench Installation Fails - Can't find Python or ParamikoPosted by: Ricardo Striquer Soares Date: August 27, 2011 12:48PM I am relief to say that the problem was solved, and I shall do so with shame and embarrassment for the solution was so easy, I only need to ...