Re: [Tutor] PIL problem

2010-05-07 Thread Jim Byrnes
Alex Clark wrote: On 2010-05-07, Jim Byrnes wrote: Running Unbuntu 9.10. The Synaptic Pkg Mgr reports python-imaging - 1.1.6-3ubuntu1 - Python Imaging Library is installed. But trying to import PhotoImage gives these results: from ImageTk import PhotoImage Traceback (most recent call last)

Re: [Tutor] PIL problem

2010-05-07 Thread Jim Byrnes
Martin Walsh wrote: Jim Byrnes wrote: Running Unbuntu 9.10. The Synaptic Pkg Mgr reports python-imaging - 1.1.6-3ubuntu1 - Python Imaging Library is installed. But trying to import PhotoImage gives these results: from ImageTk import PhotoImage Traceback (most recent call last): File "",

Re: [Tutor] PIL problem

2010-05-07 Thread Alex Clark
On 2010-05-07, Jim Byrnes wrote: > Running Unbuntu 9.10. The Synaptic Pkg Mgr reports python-imaging - > 1.1.6-3ubuntu1 - Python Imaging Library is installed. > > But trying to import PhotoImage gives these results: > > > >>> from ImageTk import PhotoImage > Traceback (most recent call last): >

Re: [Tutor] PIL problem

2010-05-07 Thread Martin Walsh
Jim Byrnes wrote: > Running Unbuntu 9.10. The Synaptic Pkg Mgr reports python-imaging - > 1.1.6-3ubuntu1 - Python Imaging Library is installed. > > But trying to import PhotoImage gives these results: > > from ImageTk import PhotoImage > Traceback (most recent call last): > File "", line

[Tutor] PIL problem

2010-05-07 Thread Jim Byrnes
Running Unbuntu 9.10. The Synaptic Pkg Mgr reports python-imaging - 1.1.6-3ubuntu1 - Python Imaging Library is installed. But trying to import PhotoImage gives these results: >>> from ImageTk import PhotoImage Traceback (most recent call last): File "", line 1, in ImportError: No module nam