[Tkinter] Bitmap Image class

Lawrence Oluyede rhymes at myself.com
Sun Feb 17 09:34:55 EST 2002


When i try to display a simple bmp (128*128, 16bpp)
in a window widget i get this error:

---------
malformed bucket chain in Tcl_DeleteHashEntry

abnormal program termination
--------

here is the code:

------
from Tkinter import *

root = Tk()

bmp = BitmapImage(root)
bmp.config(file="image.bmp")

root.mainloop()
-------

how can i fix this problem?

----
Lawrence "Rhymes" Oluyede
rhymes at myself.com



More information about the Python-list mailing list