Hi; I've got MySQLdb installed (bridge to Python) and I can't figure out how to upgrade it. I did a find and got these paths: /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pyc I don't have mysql-devel installed, so it wasn't that. Please advise. TIA, Susan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100626/867815b2/attachment.html>
Hi, (2010?06?27? 03:15), Susan Day wrote:> /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pyNo-way to upgrade to latest python(2.6), MySQL(5.1), sqlalchemy(0.6). in public centos site.Upstream policy keep running with older version until 2014. Your answer is just install MySQL5.1 from source code.(make install) next time requies B, B requires C,... I found Ubuntu 10.10 support python-sqlalchemy >0.6. https://launchpad.net/ubuntu/maverick/i386/python-sqlalchemy/0.6.1-1 http://cdimage.ubuntu.com/daily-live/current/ Its easier to build environment than centos. Tsuyoshi.
On Sat, Jun 26, 2010 at 2:15 PM, Susan Day <suzieprogrammer at gmail.com> wrote:> Hi; > I've got MySQLdb installed (bridge to Python) and I can't figure out how to > upgrade it. I did a find and got these paths: > > /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py > /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pycWhere did you get python 2.6 from? CentOS has 2.4.3 by default, and most repos that have newer python packages drop them in /opt or similar to avoid clobbering the default setup (and yum). -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell