I made the mistake of not deleting the previous django files before I installed django 1.4
When I run: >>> import django >>> print(django.get_version()) 1.4 I see that. I'm sure I'm going beyond naive here but I just didn't want to assume that my django would be fine if I didn't uninstall 1.3 first? I was able to run: python -c "import sys; sys.path = sys.path[1:]; import django; print(django.__path__)" "If you previously installed Django using python setup.py install, uninstalling is as simple as deleting the django directory from your Python site-packages. To find the directory you need to remove, you can run the following at your shell prompt (not the interactive Python prompt):" and read that ^ but when I tried to delete the "django" directory returned errors when I tried to remove it in the "dist-packages" directory. On the Django site and in the quote above it says "site-packages" but there is nothing in that for me. I'm probably fine just wanted to post this. Thanks, JJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/HavKSz5MKLkJ. To post to this group, send email to django-users@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.