On Tue, Jun 06, 2000 at 06:14:23AM -0400,
who noway <[EMAIL PROTECTED]> wrote:
> again.  Btw, the following little program works over here:
> 
> #!/usr/bin/python
> from gtk import *
> import GdkImlib
> 
> win = GtkWindow ()
> win.connect ("destroy", mainquit)
> im = GdkImlib.Image ("/home/epg/test.xpm")
> im.render ()                                  # don't forget this
> pix = im.make_pixmap ()                               # or this
> win.add (pix)
> pix.show ()
> 
> win.show ()
> mainloop ()

For me, this program dies at the same place my test did (in
Image.__init__). What versions do you have? I have gnome-python
0.6.6 and imlib 1.9.8.

-- 
Eric Gillespie, Jr. <*> [EMAIL PROTECTED]

"With sufficient thrust, pigs fly just fine. However, this is not
 necessarily a good idea. It is hard to be sure where they are
 going to land, and it could be dangerous sitting under them as
 they fly overhead."
 --RFC 1925

PGP signature

Reply via email to