[Image-SIG] import tk module error

Fredrik Lundh fredrik at pythonware.com
Mon May 4 11:58:13 CEST 2009


_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,  <amartin8 at 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-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig
>


More information about the Image-SIG mailing list