Re: using python with tar files and compressed files

2006-08-10 Thread John Salerno
[EMAIL PROTECTED] wrote: > This syntax works on other bzipped tar files. But it's not unheard of > that large tarballs will get corrupted from a download mirror. Use a > download manager and try redownloading the file. Usually a mirror will > include an md5sum text file so that you can compare the

Re: using python with tar files and compressed files

2006-08-09 Thread John Machin
[EMAIL PROTECTED] wrote: > This syntax works on other bzipped tar files. But it's not unheard of > that large tarballs will get corrupted from a download mirror. Use a > download manager and try redownloading the file. Usually a mirror will > include an md5sum text file so that you can compare the

Re: using python with tar files and compressed files

2006-08-09 Thread enigmadude
This syntax works on other bzipped tar files. But it's not unheard of that large tarballs will get corrupted from a download mirror. Use a download manager and try redownloading the file. Usually a mirror will include an md5sum text file so that you can compare the checksum to your downloaded file