[Bug 729933] Re: 2.27.90 = 2.27.91 regression: AttributeError: type object 'Widget' has no attribute '__info__'

2011-10-20 Thread Jason Gerard DeRose
Ah, I didn't realize this at the time, but this bug is actually invalid as PyGI isn't meant to play nice with static bindings like PyGTK. It was pretty much by accident when it worked before. The pygobject version in Oneiric doesn't let you dangerously mix them anymore: import gtk from

[Bug 729933] Re: 2.27.90 = 2.27.91 regression: AttributeError: type object 'Widget' has no attribute '__info__'

2011-04-24 Thread Mostafa Razavi
The weird thing about this bug is that the import works fine on a second attempt. So for example if I run from gi.repository import Gtk I get an AttributeError: type object 'Widget' has no attribute '__info__'. Now when I rerun it, everything works fine. Subsequent imports also need to be repeated

[Bug 729933] Re: 2.27.90 = 2.27.91 regression: AttributeError: type object 'Widget' has no attribute '__info__'

2011-03-05 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729933 Title: 2.27.90 = 2.27.91 regression: AttributeError: type object 'Widget' has no attribute '__info__' -- ubuntu-bugs mailing list

[Bug 729933] Re: 2.27.90 = 2.27.91 regression: AttributeError: type object 'Widget' has no attribute '__info__'

2011-03-05 Thread Jason Gerard DeRose
Related dmedia bug - https://bugs.launchpad.net/dmedia/+bug/728769 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729933 Title: 2.27.90 = 2.27.91 regression: AttributeError: type object 'Widget'