|
From: | Daniel Thiele |
Subject: | Re: [uracoli-devel] Get Windows users locked out from Pypi ? |
Date: | Sat, 22 Sep 2012 12:21:45 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 |
Hi Axel,Exactly that is the point. How do I extract tar.gz on Windows XP Windows does not handle gz natively. You will need a dedicated tool. I'm using 7-zip. Don't know why they are not distributing in a format that both worlds (or even better: all worlds) of OSs understand. If you do not like external tools, use your python installation: >>> import tarfile >>> tar=tarfile.open("pyserial-2.6.tar.gz") >>> tar.extractall() >>> tar.close() best regards Daniel Am 22.09.2012 12:01, schrieb Axel
Wachtler:
On 22.09.2012 11:41, Daniel Thiele wrote: |
[Prev in Thread] | Current Thread | [Next in Thread] |