2015-06-01 19:17 GMT+02:00 arthur sherman <arthur.m.sher...@gmail.com>:

> i get the following errors in the apache2 error.log:
>
> VersionConflict: (Django 1.4.5 (/usr/lib/python2.7/dist-packages),
> Requirement.parse('Django>=1.5'))
>
> but when i attempt upgradinging django apt-get install reports that i'm at
> the latest version:
>  apt-get install python-django
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> python-django is already the newest version.
> The following package was automatically installed and is no longer
> required:
>   libmysqlclient16
> Use 'apt-get autoremove' to remove it.
>
> any suggestions?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/7fd56253-482e-4cdb-8a26-c98d9d03805c%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/7fd56253-482e-4cdb-8a26-c98d9d03805c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

Hi Arthur,

You should checkout how to run virtual environments for installing python
packages.

Check: http://docs.python-guide.org/en/latest/dev/virtualenvs/

You can then install any version of any python package you want.

Regards,

Andréas

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALXYUbkg3-SY5YeqYYx%2B0goqc75QKhfF65oPUpf6iq-NSy0cyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to