Re: Installation Problem cant extract tar.gz file

2011-08-11 Thread damola oyeniyi
Thank you, Ken From: kenneth gonsalves To: django-users@googlegroups.com Sent: Thursday, August 11, 2011 10:12:50 AM Subject: Re: Installation Problem cant extract tar.gz file On Thu, 2011-08-11 at 02:02 -0700, damola oyeniyi wrote: > Any particular reason

Re: Installation Problem cant extract tar.gz file

2011-08-11 Thread kenneth gonsalves
On Thu, 2011-08-11 at 02:02 -0700, damola oyeniyi wrote: > Any particular reason why not? generally distros cannot cannot keep up with the pace of django' development. And more important, the preferred modes of deployment like virtualenv or zc.buildout need the 'original' django. -- You receive

Re: Installation Problem cant extract tar.gz file

2011-08-11 Thread damola oyeniyi
Hi Ken, Any particular reason why not? Regards Damola From: kenneth gonsalves To: django-users@googlegroups.com Sent: Thursday, August 11, 2011 9:56:59 AM Subject: Re: Installation Problem cant extract tar.gz file On Thu, 2011-08-11 at 01:51 -0700, damola

Re: Installation Problem cant extract tar.gz file

2011-08-11 Thread kenneth gonsalves
On Thu, 2011-08-11 at 01:51 -0700, damola oyeniyi wrote: > I also recently started using djangoon ubuntu and ran into no > problems. > > Try and get django from the repositories: do not do this - install from source, that is, download the tar.gz file from djangoproject.com. -- You received th

Re: Installation Problem cant extract tar.gz file

2011-08-11 Thread damola oyeniyi
I also recently started using djangoon ubuntu and ran into no problems. Try and get django from the repositories: 1. apt-cache search python-django    you will see python-django files and other related files you might like 2. sudo apt-get install python-django Regards Damola

Re: Installation Problem cant extract tar.gz file

2011-08-10 Thread Shawn Milochik
What's the output when you try this at the command line? tar -xzf django1.3.tar.gz -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: Installation Problem cant extract tar.gz file

2011-08-10 Thread Andre Terra
Possible solutions: 1) Try downloading the file again 2) Checkout from the svn repository. 3) Use a different archive manager. I'd go with options #2, personally. Cheers, AT On Wed, Aug 10, 2011 at 1:08 PM, danielvanvane wrote: > Hello, > > I want to start with Django, but i got serval pro