Re: Error in Brand New Django 1.4.1 released Yesterday

2012-08-01 Thread Russell Keith-Magee
On Wed, Aug 1, 2012 at 5:08 PM, Doug Blank wrote: > On Tue, Jul 31, 2012 at 3:15 AM, JJ Zolper wrote: >> Hello all, >> >> I didn't realize a new release was put out until something weird happened. >> >> I'm installing DJ on my production server now and when I was downloading a >> copy from https:

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-08-01 Thread Doug Blank
On Tue, Jul 31, 2012 at 3:15 AM, JJ Zolper wrote: > Hello all, > > I didn't realize a new release was put out until something weird happened. > > I'm installing DJ on my production server now and when I was downloading a > copy from https://www.djangoproject.com/download/ On that same page (optio

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-08-01 Thread Babatunde Akinyanmi
Just now I also did pip install --upgrade django >>> import django >>> django.get_version() '1.4.1' >>> On 8/1/12, Mike Dewhirst wrote: > Yesterday I did ... > > pip install --upgrade django > > ... and it happily upgraded mine to 1.4.1 > > Mike > > On 1/08/2012 9:46am, Dennis Lee Bieber wr

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread Mike Dewhirst
Yesterday I did ... pip install --upgrade django ... and it happily upgraded mine to 1.4.1 Mike On 1/08/2012 9:46am, Dennis Lee Bieber wrote: On Tue, 31 Jul 2012 16:06:20 -0700 (PDT), JJ Zolper declaimed the following in gmane.comp.python.django.user: Nope. Not Python 1.4. Django 1.4.

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread JJ Zolper
Nope. Not Python 1.4. Django 1.4. http://pypi.python.org/pypi/Django/1.4#downloads I ran the following commands in the python interpreter and saw the following: >>> import django >>> print django.get_version() 1.4 I'm good to go. Not sure if the 1.4.1 file off of djangoproject.com is in the ri

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread JJ Zolper
Okay I'm sure it's fine but I was able to get a hold of 1.4 from python.org and I used that when installing Django to my server on bluehost.com for the time being I'm going to go with that. Each time I tried to run the command on there after having downloaded the 1.4.1 file from https://www.djan

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread James Bennett
On Tue, Jul 31, 2012 at 2:42 AM, JJ Zolper wrote: > What about if you download it from the link I put. When I said "I downloaded a copy of the 1.4.1 tarball", that's exactly what I meant. django.get_version() prints '1.4.1'. I do not know what the problem is with your local install, but I can ve

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread JJ Zolper
What about if you download it from the link I put. I mean I'm sure it's fine just pointing out that where I got it from it said 1.5 On Tuesday, July 31, 2012 3:30:31 AM UTC-4, James Bennett wrote: > > On Tue, Jul 31, 2012 at 2:15 AM, JJ Zolper wrote: > import django > print django.g

Re: Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread James Bennett
On Tue, Jul 31, 2012 at 2:15 AM, JJ Zolper wrote: import django print django.get_version() > > I didn't see 1.4.1 I saw 1.5 > > Sure it's probably a minor configuration fix to change it to 1.4.1 but I was > really worried that I did something wrong. > > Maybe someone else can repeat this

Error in Brand New Django 1.4.1 released Yesterday

2012-07-31 Thread JJ Zolper
Hello all, I didn't realize a new release was put out until something weird happened. I'm installing DJ on my production server now and when I was downloading a copy from https://www.djangoproject.com/download/ and installed it and went into python: >>> import django>>> print django.get_versio