Robin Lynn Frank <[EMAIL PROTECTED]> writes: > On Monday 09 February 2004 19:13, Jason R. Mastaler wrote: >> TMDA 1.1.1 "Balblair" is released. > >> Also note a new set of requirements for TMDA 1.1.x, most notably >> Python 2.3 or higher is now required. >> http://tmda.net/unstable/requirements.html >> > Not being a python wizard, I need some advice. My python 2.2 (came with my > Linux distro) did not have something needed by mailman, so I compiled python > 2.3 and configured mailman to use 2.3. Everything else still runs under 2.2. > > Since tmda 1.1.1 needs 2.3, what is my best course of action here? > (In other words, what do I need to do to get TMDA compiled under 2.3 rather > than 2.2) > whereis python > python: /usr/bin/python /usr/bin/python2.2 /usr/lib/python2.2 > /usr/local/bin/python2.3 /usr/local/bin/python /usr/local/lib/python2.3 > /usr/share/man/man1/python.1.bz2
Probably the best thing is to edit the TMDA programs (the script in the bin/ directory that have a first line of "#!/usr/bin/env python") to start with "#!/usr/bin/env python2.3" instead. Other options are getting rid of Python 2.2 entirely or changing your PATH so that /usr/local/bin comes before /usr/bin. Neither of these are a really satisfactory solution, though. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
