_imagingtk is a binary extension.  On Linux systems, it's usually
available as a separate package called "python-imaging-tk".

Check with your system administrators if they can install it for you
(or if you feel adventurous, install a local copy of python-imaging
and python-imaging-tk in your home directory).

</F>

On Fri, May 1, 2009 at 3:51 AM,  <amart...@illinois.edu> wrote:
> hello,
> i am working on a project for school using tkinter and the python imaging 
> library. i would like to create a PhotoImage and display it in my GUI. i am 
> able to use all of the functions from the Image module, but whenever i try to 
> use the ImageTk module, i receive import errors. specifically
> ImportError: No module named _imagingtk
> i am using a school computer and thus do not have root access, however the 
> other modules i have tried to use are working. is there anything i can do to 
> get this module to work?
> thanks
> austin
> _______________________________________________
> Image-SIG maillist  -  image-...@python.org
> http://mail.python.org/mailman/listinfo/image-sig
>
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to