New submission from Jean-Paul Miéville <jpmievi...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to