On 2009-06-29, Lawrence D'Oliveiro <l...@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! -- http://mail.python.org/mailman/listinfo/python-list