On 2004-02-10, Robin Lynn Frank penned: > 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
Python is interpreted, not compiled. You could change your calls to the tmda apps to instead read '/usr/local/bin/python2.3 /path/to/tmda-filter', for example, and that should work. That's if I recall correctly. -- monique _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
