how do I use python2.4 instead of 2.3? and other port questions

2006-06-29 Thread Travis H.
Hi, How do I get packages to use python 2.4? I installed it, but python stuff keeps going to /usr/local/lib/python2.3/site-packages instead. I even put PYTHON_VER=2.4 in the Makefiles, which I thought would do it but no. What are the semantics of MODULE and BUILD_REQ? I don't really

Re: how do I use python2.4 instead of 2.3? and other port questions

2006-06-29 Thread Damien Miller
Travis H. wrote: Hi, How do I get packages to use python 2.4? I installed it, but python stuff keeps going to /usr/local/lib/python2.3/site-packages instead. I even put PYTHON_VER=2.4 in the Makefiles, which I thought would do it but no. most python library ports use MODPY_VERSION from

Re: how do I use python2.4 instead of 2.3? and other port questions

2006-06-29 Thread steven mestdagh
Travis H. [2006-06-29, 06:41:50]: Hi, How do I get packages to use python 2.4? I installed it, but python stuff keeps going to /usr/local/lib/python2.3/site-packages instead. I even put PYTHON_VER=2.4 in the Makefiles, which I thought would do it but no. What are the semantics of MODULE