> I've downloaded the tarball several times - each time the archiver > shows it as corrupt (other tarballs work fine). Using Ubuntu Feisty. > (and the Feisty backport package is broken as well).
Given the multiple responses that the tarball seems fine (tested on WinXP, OS X, FreeBSD, Ubuntu Dapper, and I tested it on OpenBSD), I suspect the problem is on your machine. What are you using to investigate its contents? From a command-line, you can try bash$ wget http://www.djangoproject.com/download/0.96/tarball/ bash$ tar tvfz Django-0.96.tar.gz which should download and test the archive. You can change the "tvfz" to "xvfz" to extract the archive into a subdirectory. -tim --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---