"And one more thing, read something about python path, eggs, *.pth files, you will need this knowledge to understand how this whole import machinery works, else it will be very confusing."
Any links you can suggest for this? On Sun, Jul 25, 2010 at 6:17 PM, Martin Tiršel <dja...@blackpage.eu> wrote: > On Sun, 25 Jul 2010 07:17:48 +0200, Nikhil Somaru <nsom...@gmail.com> > wrote: > > Hi >> >> I'm using Ubuntu Lucid 10.04. I had previously installed Django 1.1.1 via >> the repos. I downloaded the django 1.2 tarball. Ran "sudo setup.py >> install" >> after extracting, and it seems the installation went fine. However, when I >> run the dev server with my old project, it still shows as django version >> 1.1.1. Suggestions >> >> Thanks >> >> > Hi, > > my advice is not to use distribution packages (you can not use multiple > versions, older package versions, ...) but use virtualenv to create virtual > environment and there install current Django version (or any version you > want to) with easy_install or pip. You will have to google and read about > these tools, then uninstal distribution package (and your django 1.2 > installation) and play with. These tools are very easy to use. And one more > thing, read something about python path, eggs, *.pth files, you will need > this knowledge to understand how this whole import machinery works, else it > will be very confusing. > > Martin > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.