Pupeno wrote:
Hello,I am developing some software that needs to be tested against Python 2.3. So my Gentoo box has both, Python 2.4 and 2.3. Now, I need to have some Python packages available for both (or at least, for 2.3), for example: mysql-python.How do I achieve that ?
You may need to modify the ebuild. Try adding something like this near the top:
PYTHON_SLOT_VERSION="2.3" That's used by distutils.eclass, which mysql-python inherits. Thanks, Donnie -- gentoo-user@gentoo.org mailing list