Re: Problems install/download Django 1.5

2013-03-16 Thread Shawn Milochik
On Sat, Mar 16, 2013 at 9:25 AM, wrote: > Secondly, python 2.7 being "highly recommended" for Dj 1.5 can not be used > in debian stable. > Installing a virtualenv again undermines package management control. Using virtualenv does not undermine package management and is the

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

Re: Problems install/download Django 1.5

2013-03-15 Thread Daniel Roseman
On Friday, 15 March 2013 10:05:48 UTC, br...@kanka.de wrote: > Because the 'brand' comprises a package manager? > Of course you can ignore it, but once you have, you can not easily go back > to the package-administration. > With the package manager, after having installed apache2, you would >

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

Re: Problems install/download Django 1.5

2013-03-14 Thread Shawn Milochik
On Thu, Mar 14, 2013 at 3:51 PM, wrote: > Sorry can't find a message from you in this newsgroup with any virtualinv > instructions. > https://groups.google.com/d/msg/django-users/aRfuUHY21CU/L9UukI7CmxoJ -- You received this message because you are subscribed to the Google

Re: Problems install/download Django 1.5

2013-03-14 Thread Lachlan Musicman
On 15 March 2013 06:51, wrote: > 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 >

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

Re: Problems install/download Django 1.5

2013-03-14 Thread Shawn Milochik
Check out the post I made on this forum about five minutes ago. I put in pretty detailed virtualenv instructions. That should be all you need to get going. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

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

Re: Problems install/download Django 1.5

2013-03-13 Thread Shawn Milochik
On Wed, Mar 13, 2013 at 12:55 PM, wrote: > Okay - now I directly get server errors, so the Django error handler is > passed by... > It helps if you post the errors. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

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

Re: Problems install/download Django 1.5

2013-03-13 Thread Shawn Milochik
Delete all your .pyc files in your virtualenv. find /path/to/virtualenv -name '*.pyc' -exec rm -f {} \; If that doesn't fix it, manually delete all Django folders from your virtualenv. Go to the "lib/python2.7/site-packages/" folder in your virtualenv and look around. -- You received

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,

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

Re: Problems install/download Django 1.5

2013-03-12 Thread Shawn Milochik
You can just download the tarball and "pip install filename." -- 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

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

Re: Problems install/download Django 1.5

2013-03-11 Thread DJ-Tom
Fixed - downloaded from Github and installed manually... everything's fine :-) -- 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

Re: Problems install/download Django 1.5

2013-03-11 Thread Thiago Avelino
Recomend download https://github.com/django/django/tree/1.5 Cheers, Thiago Avelino On Mon, Mar 11, 2013 at 12:19 PM, DJ-Tom wrote: > Hi, > > I'm trying to get the new Django release, but the download of the .tar.gz > file stops with errors: > * > * > * Downloading

Problems install/download Django 1.5

2013-03-11 Thread DJ-Tom
Hi, I'm trying to get the new Django release, but the download of the .tar.gz file stops with errors: * * * Downloading from URL http://pypi.python.org/packages/source/D/Django/Django-1.5.tar.gz#md5=fac09e1e0f11bb83bb187d652a9be967 * *Exception:* *Traceback (most recent call last):* * File