I do not want to be heavy with the subject, but I am becoming crazy.
 With pygtk-0.6.2/pygnome-1.0.4 I can handle PNG images without problems
(without 
 apparent conversion of formats): I can do that:

rcfile = """
pixmap_path "/home"
style "back" {
        bg_pixmap[NORMAL] = "image.png"
}
widget "*mystyle" style "back"
"""

 But with pygtk-0.6.4/pygnome-1.0.51 I can not load PNG images. I only
can do:

rcfile = """
pixmap_path "/home"
style "back" {
        bg_pixmap[NORMAL] = "image.xpm"
}
widget "*mystyle" style "back"
"""

 Anaconda installer can load PNG images without problems. But I can not
it with
 my program. I don't understand it. 

 This must have some explanation.

 (Moan to insist on the subject :(

 Thanks.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to