Installing current Django on current Debian with current Python

2013-03-12 Thread breg
The latest Django release 1.5 brings a number of welcome improvements, the configurable User model IMO the most noticeable. Now the accouncement on djangoproject.com says: ".. Python 2.7.3 or newer is strongly recommended" As I have no ethical, political or gender-related reservations against py

Re: Problems install/download Django 1.5

2013-03-12 Thread breg
On Monday, March 11, 2013 5:22:22 PM UTC+1, DJ-Tom wrote: > > > Fixed - downloaded from Github and installed manually... everything's fine > :-) > Well, I wanted to upgrade via pip: pip install --upgrade django ..and after 2,5 MB I always get a timeout error. pip install does more than just d

Re: Installing current Django on current Debian with current Python

2013-03-13 Thread breg
Don't understand your dramatic words, of course after purging all depending packages and running again: *aptitude install libapache2-mod-wsgi* everything was installed and worked as before, including python 2.6. That's what a package system is made for, and why I chose debian in the first place.

Re: Problems install/download Django 1.5

2013-03-13 Thread breg
Works fine, including pip automatically deinstalling Dj 1.4.1 - thanks! On Wednesday, March 13, 2013 12:04:29 AM UTC+1, Shawn Milochik wrote: > > You can just download the tarball and "pip install filename." > -- You received this message because you are subscribed to the Google Groups "Django

Re: Problems install/download Django 1.5

2013-03-13 Thread breg
Oops, the *pip install* ends with success, and *django.VERSION* yields 1.5.0 - but after putting a typo into settings.py, the error handler says (in the browser): Django Version: 1.4.1 Seems I have some kind of mix between 1.4.1 and 1.5 running? On Wednesday, March 13, 2013 3:07:33 PM UTC+1, br.

Re: Problems install/download Django 1.5

2013-03-13 Thread breg
Okay - now I directly get server errors, so the Django error handler is passed by... On Wednesday, March 13, 2013 4:25:49 PM UTC+1, Shawn Milochik wrote: > > Delete all your .pyc files in your virtualenv. > > find /path/to/virtualenv -name '*.pyc' -exec rm -f {} \; > > If that doesn't fix i

Re: Problems install/download Django 1.5

2013-03-14 Thread breg
"Internal server error" - standard apache message. But to clarify: when I take the syntax typos out, the poll admin backend works fine. So somehow just the "Debug = true" does not trigger the django error handler any more. This might be caused by my (failed) trials to "Install current Django on

Re: Problems install/download Django 1.5

2013-03-14 Thread breg
Sorry can't find a message from you in this newsgroup with any virtualinv instructions. Or do you mean this link?: https://pypi.python.org/pypi/virtualenv This text _is_ detailed with regard to virtualenv, but the combination with apache/wsgi on debian would pose more questions. Apart from my

Re: Problems install/download Django 1.5

2013-03-15 Thread breg
Hello, On Thursday, March 14, 2013 9:17:22 PM UTC+1, Lachlan Musicman wrote: > > > Apart from my question, it would really make sense to have Django > install > > instructions for a debian/ubuntu server in the django docs. ... > > I disagree - the docs are very well written and work across platf

Re: Problems install/download Django 1.5

2013-03-16 Thread breg
On Friday, March 15, 2013 12:04:56 PM UTC+1, Daniel Roseman wrote: > > On Friday, 15 March 2013 10:05:48 UTC, br...@kanka.de wrote: > >> Because the 'brand' comprises a package manager? ... >> *aptitude install libapache2-mod-wsgi* >> > I found that after browsing several blogs - it should be in th