[Tutor] Installing the uncertainties module

Steven D'Aprano steve at pearwood.info
Sun Oct 30 02:56:57 CET 2011


Richard D. Moores wrote:
> The uncertainties module (<http://packages.python.org/uncertainties/>)
> is now available for 64-bit Python 3.2. I've downloaded
> uncertainties-1.8.tar.gz. I need some utility that will handle both
> .gz and .tar, I presume. Looking for recommendations.

Winzip handles .tar.gz files, either separately or together.

http://kb.winzip.com/kb/entry/254

So does Python: see the tarfile module.

http://docs.python.org/library/tarfile.html



-- 
Steven


More information about the Tutor mailing list