Hello there,

I am trying to install MySQL-python on my server for use with subversion and MySQL.

In the past I have been able to get this installed without any problems, however, this was on an earlier version of subversion and python.

I have just installed subversion 1.5.5 and python 2.5, which i understand needs MySQL-python.1.2.2. Since I have python's easy_install i attempted to simply do:

easy_install MySQL-python

which begins installing the correct version, however, it then errors out. The last line in the error message is:

error: Setup script exited with error: command 'gcc' failed with exit status 1

Can someone point me in the direction of finding a resolution for this?

Thanks

Gary