Follow-up Comment #3, bug #16366 (project mypaint):

Can you try the following on the commandline:


martin ~$ python
>>> import gtk
>>> pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, False, 8, 2, 2)
>>> pixbuf.get_pixels_array()


This should print you an array (without crashing).

If this works, could you also install libgtk2.0-0-dbg or similar and see if
you can get the first few lines of your backtrace more detailed with that?

(I'm on debian sid, and things are working fine with python2.6 here.)

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?16366>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to