Re: Django still uses Python 2.4 instead of 2.6

2012-11-04 Thread Tucker
Do you have easy_install-2.6 installed? You'll need a different version of easy_install for each Python 2.x version you have. The easy_install script is linked to a specific version. You can find the correct egg at the bottom of this page: http://pypi.python.org/pypi/setuptools On Thu, Nov

Re: Django still uses Python 2.4 instead of 2.6

2012-11-01 Thread Stephen Gallagher
On Wed 31 Oct 2012 10:01:51 PM EDT, Zhu Wayne wrote: I am not sure why httpd still user Python 2.4 instead of 2.6? I have to point /usr/bin/python - python2.6 instead of python2.4. Linux wihadoopn302p.dev.ch3.s.com 2.6.18-308.13.1.el5 #1 SMP Thu Jul 26 05:45:09 EDT 2012 x86_64 x86_64 x86_64

Re: Django still uses Python 2.4 instead of 2.6

2012-11-01 Thread Zhu Wayne
Thanks Stephen for looking into my problem.I used easy_install and python is linked to 2.6. $ pwd /usr/bin $ ls -al python* lrwxrwxrwx 1 root root 18 Oct 31 19:14 python - /usr/bin/python2.6 lrwxrwxrwx 1 root root6 Jul 21 2011 python2 - python -rwxr-xr-x 1 root root 8304 Nov 3 2010