Code --> <a href="http://pastebin.ca/439954">http://pastebin.ca/439954</a> <--<br><br>resume: <br><br>import gtk<br>import gnomecanvas<br>...<br>        im = GdkImlib.Image("5b.png")<br>        w = self.acanvas.root
().add('GnomeCanvasImage', image=im, width=70, height=105)<br>...<br><br>at execurion time:<br>NameError: global name 'GdkImlib' is not defined<br><br>and if I probe:<br>...<br>
        im = gnomecanvas.GdkImlib.Image("5b.png")<br>
        w = self.acanvas.root().add('GnomeCanvasImage', image=im, width=70, height=105)<br>
...<br>
at execution time:<br>AttributeError: 'module' object has no attribute 'GdkImlib'<br>
<br><br>Perhaps the problem is that I use the 'python-gdk-imlib-1.2'  and GdkImlib is not defined at python2.4-gnome2  ????<br><br>thks<br>