[issue6432] ImageTk.PhotoImage

Jean-Paul Miéville report at bugs.python.org
Tue Jul 7 12:30:24 CEST 2009


New submission from Jean-Paul Miéville <jpmieville at gmail.com>:

When using the function ImageTk.PhotoImage. I got the following 
traceback.

    self.chart = ImageTk.PhotoImage(self.image)
  File "C:\Python25\Lib\site-packages\PIL\ImageTk.py", line 116, in 
__init__
    self.paste(image)
  File "C:\Python25\Lib\site-packages\PIL\ImageTk.py", line 181, in 
paste
    import _imagingtk
ImportError: DLL load failed: The specified module could not be found.

_imagintk exists in the directory C:\Python25\Lib\site-packages\PIL

I have re-installed python (ActivePython 2.5.4.4 (r254:67916, Apr 27 
2009, 15:41:14)and PIL and still the same problem.

----------
components: Tkinter
messages: 90225
nosy: jpmieville
severity: normal
status: open
title: ImageTk.PhotoImage
type: crash
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6432>
_______________________________________


More information about the Python-bugs-list mailing list