Re: pygui - showing an image

2009-09-23 Thread kyle schalm
yes, that did the trick. i was not aware of all the examples in Test, only the three Demo projects. thanks! 2009/9/22 David Robinow drobi...@gmail.com: There's an example in Tests/21-image.py See if that helps. -- http://mail.python.org/mailman/listinfo/python-list

pygui - showing an image

2009-09-22 Thread kyle schalm
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) --

Re: pygui - showing an image

2009-09-22 Thread David Robinow
On Tue, Sep 22, 2009 at 9:26 PM, kyle schalm kyle.sch...@gmail.com wrote: 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 =