pygui - showing an image

kyle schalm kyle.schalm at gmail.com
Tue Sep 22 21:26:01 EDT 2009


hello, i wonder what the chances are that anyone here uses pygui?
it looks pretty good, but i just started using it (version 2.05) and
can't figure out how to just display a window with an image in it. i
tried:

image = Image('foo.png')
window.place(image) -- error message
window.add(image)   -- nothing shows

then i tried getting a canvas involved but that seemed to make things worse.
any hints are appreciated. thanks,
-kyle



More information about the Python-list mailing list