URL:
  <http://gna.org/bugs/?20665>

                 Summary: [gtk3] Exception with GTK input dev dialog:
"AttributeError: 'gi.repository.Gtk' object has no attribute 'InputDialog'"
                 Project: MyPaint
            Submitted by: achadwick
            Submitted on: Wed 27 Mar 2013 12:40:57 PM GMT
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: Confirmed
                 Privacy: Public
             Assigned to: achadwick
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.1.0+git 77370fdcc9
         Planned Release: None
        Operating System: 

    _______________________________________________________

Details:

As reported via the forums at
http://forum.intilinux.com/mypaint-help-and-tips/problem-with-the-git-development-version/
, accessing "Help > Debug > GTK Input Device Dialog" option produces the
following exception:


A programming error has been detected.
It probably isn't fatal, but the details should be reported to the developers
nonetheless.
Details...
Traceback (most recent call last):
  File "/usr/local/share/mypaint/gui/drawwindow.py", line 322,
gtk_input_dialog_cb(self=<Window object at 0x19dd370 (gui+drawwindow+Window at
0x34fe020)>, action=<Action object at 0x19dddc0 (GtkAction at 0x31ec410)>)
        def gtk_input_dialog_cb(self, action):
            d = gtk.InputDialog()
            d.show()
  variables: {'d': (None, [])}
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 269,
__getattr__(self=<gi.module.DynamicModule 'Gtk' from
'/usr/lib64/girepository-1.0/Gtk-3.0.typelib'>, name='InputDialog')
            return getattr(self._introspection_module, name)
  variables: {'getattr': ('builtin', <built-in function getattr>),
'self._introspection_module': ('local', <IntrospectionModule 'Gtk' from
'/usr/lib64/girepository-1.0/Gtk-3.0.typelib'>), 'name': ('local',
'InputDialog')}
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 115,
__getattr__(self=<IntrospectionModule 'Gtk' from
'/usr/lib64/girepository-1.0/Gtk-3.0.typelib'>, name='InputDialog')
                raise AttributeError("%r object has no attribute %r" % (
                                     self.__name__, name))
  variables: {'self.__name__': ('local', 'gi.repository.Gtk'), 'name':
('local', 'InputDialog')}
AttributeError: 'gi.repository.Gtk' object has no attribute 'InputDialog'


Confirmed here.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


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

Reply via email to