i don t know how to load an image from my desktop here is my code:
imgXBM = BitmapImage(file="./img/pylogo.xbm")
labelXBM = Label(monCadre, text="image XBM : 1 bit/pixel", font=maFonte,
bg="#b0b0ff")
labelImgXBM = Label(monCadre, image = imgXBM,font=maFonte, bg="#b0b0ff")'
in such attempt it show s me : _tkinter.TclError: couldn't read bitmap file