Hi, How can I create Texture from pixbuf on clutter 0.8.2 + pyclutter bindings from SVN?
Following doesn't seem to work anymore:
import clutter
from gtk import gdk
stage = clutter.Stage()
tex = clutter.Texture(gdk.pixbuf_new_from_file("redhand.png"))
stage.add(tex)
stage.show_all()
clutter.main()
Texture(filename="redhand.png") works but I have the image as pixbuf
originally.
--
Tero
--
To unsubscribe send a mail to [EMAIL PROTECTED]
