Verified from oneiric-proposed - I can explicitly import both Gdk-2.0
and Gdk-3.0

evan@caron:~$ python
Python 2.7.2+ (default, Oct  4 2011, 20:06:09) 
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
>>> gi.require_version('Gdk', '2.0')
>>> from gi.repository import Gdk
>>> Gdk
<gi.module.DynamicModule 'Gdk' from '/usr/lib/girepository-1.0/Gdk-2.0.typelib'>

evan@caron:~$ python
Python 2.7.2+ (default, Oct  4 2011, 20:06:09) 
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
>>> gi.require_version('Gdk', '3.0')
>>> from gi.repository import Gdk
>>> Gdk
<gi.module.DynamicModule 'Gdk' from '/usr/lib/girepository-1.0/Gdk-3.0.typelib'>

Chris and Martin, thanks for the quick turnaround on this!

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygobject in Ubuntu.
https://bugs.launchpad.net/bugs/875399

Title:
  Can not explicitly import Gdk-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/875399/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to