Python Imaging Library download link broken?
Tim Harig
usernet at ilthio.net
Mon Jun 29 03:02:53 EDT 2009
On 2009-06-29, Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand> wrote:
> "apt-get install python-imaging", anybody?
C:\>apt-get install python-imaging
Bad command or file name
Nope.
01:10,501$ apt-get install python-imaging
bash: apt-get: command not found
Not quite; but, it does give me an idea. Debian usually keeps the
origional source packages in their package repositories:
02:09,502,(1)$ wget http://ftp.de.debian.org/debian/pool/main/p/python-imaging/python1.1.5.orig.tar.gz
=> `python-imaging_1.1.5.orig.tar.gz'
Resolving ftp.de.debian.org... 141.76.2.4
Connecting to ftp.de.debian.org|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 429,570 (420K) [application/x-gzip]
100%[=========================================>] 429,570 246.97K/s
02:09:43 (246.26 KB/s) - `python-imaging_1.1.5.orig.tar.gz' saved [429570/429570]
01:10,503$
Now that's the ticket!
More information about the Python-list
mailing list