Django installation on RHEL
Since the yum install Django works with python2.4, if you want to use python 2.6, you have to manually do it. Get the latest Django, unzip it, and create a symlink from where you unzipped it to /usr/lib64/python2.6/site-packages, which is where python26 is going to look for it
ln -s /where/i/unzipped/Django-1.3.1/django /usr/lib64/python2.6/site-packages/
Comments
Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!