Re: [Tutor] [Tkinter-discuss] displaying an image

2012-10-04 Thread eryksun
On Fri, Oct 5, 2012 at 12:39 AM, eryksun wrote: > > # apt-get install build-essential python3-dev tk8.5-dev \ > libjpeg8-dev liblcms1-dev libfreetype6-dev I forgot zlib: # apt-get install build-essential python3-dev tk8.5-dev \ libjpeg8-dev liblcms1-dev libfreetype6-dev z

Re: [Tutor] [Tkinter-discuss] displaying an image

2012-10-04 Thread eryksun
On Thu, Oct 4, 2012 at 3:31 PM, Matthew Ngaha wrote: >> You need to install PIL to use the tutorial you are doing. >> >> http://www.pythonware.com/products/pil/ > > the site says > " > The current free version is PIL 1.1.7. This release supports Python > 1.5.2 and newer, including 2.5 and 2.6. A v

Re: [Tutor] [Tkinter-discuss] displaying an image

2012-10-04 Thread Oscar Benjamin
On 4 October 2012 20:31, Matthew Ngaha wrote: >> You need to install PIL to use the tutorial you are doing. >> >> http://www.pythonware.com/products/pil/ > > the site says > " > The current free version is PIL 1.1.7. This release supports Python > 1.5.2 and newer, including 2.5 and 2.6. A version

Re: [Tutor] [Tkinter-discuss] displaying an image

2012-10-04 Thread Matthew Ngaha
> You need to install PIL to use the tutorial you are doing. > > http://www.pythonware.com/products/pil/ the site says " The current free version is PIL 1.1.7. This release supports Python 1.5.2 and newer, including 2.5 and 2.6. A version for 3.X will be released later. " i have python 3. all the