Re: MySQL WorKbench Installation Fails - Can't find Python or ParamikoPosted by: Ricardo Striquer Soares Date: August 27, 2011 12:13PM I am having the same problem, although I had configured the PYTHONPATH and have no success on using the 5.2.34 (I am in a CentOS 6 box) When ...
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): ...