
report at bugs
Jul 7, 2009, 3:30 AM
Post #1 of 4
(270 views)
Permalink
|
|
[issue6432] ImageTk.PhotoImage
|
|
New submission from Jean-Paul MiƩville <jpmieville [at] gmail>: 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> <http://bugs.python.org/issue6432> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|