uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[uracoli-devel] Fwd: Re: Get Windows users locked out from Pypi ?


From: Axel Wachtler
Subject: [uracoli-devel] Fwd: Re: Get Windows users locked out from Pypi ?
Date: Sun, 23 Sep 2012 09:52:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20


On 22.09.2012 12:21, Daniel Thiele wrote:
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()


Good start!

To be continued with

 >>> os.chdir(packagdir)
 >>> subprocess.call([sys.executable, 'setup.py', 'install'])

and prepended by some urlopen.... to fetch the pip archive ...
I'll try this sketch to complete later during the day.

Axel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]