Re: Unable to install Python Imaging Library

2005-12-20 Thread peter . mosley
Thanks for that reply. I hadn't tried installing the Tcl and Tk development libraries - because I had no idea these that these were necessary (or that they even existed!). My first attempt to do so was a total failure, as I downloaded the RPM files from http://rpmfind.net, but immediately entered

Re: Unable to install Python Imaging Library

2005-12-18 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I have absolutely no idea how to proceed. Can anyone point me in the > right direction to get over this hurdle? > > > gcc -DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SOURCE -fPIC > -fPIC -I/usr/include/freetype2 -IlibImaging -I/usr/include > -I/usr/local/include

Unable to install Python Imaging Library

2005-12-18 Thread peter . mosley
A few weeks ago I asked for advice about which GUI toolkit I should learn, and receved several helpful answers. In the end I went with Tkinter. This was because a) it was already installed on the machines I am most likley to use, b) it is cross platform, and c) it was not as complex as PyGtk - wh