** Changed in: unity (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/860049
Title: Dee bindings for python 3 broken Status in Dee: Fix Released Status in Unity: Fix Released Status in Unity 2D: Fix Released Status in “dee” package in Ubuntu: Fix Released Status in “unity” package in Ubuntu: Fix Released Bug description: It is currently impossible to write a Unity Scope with Python 3. For some reason, Dee doesn't seem to provide appropriate bindings. For example, using the `python3` interactive mode: Python 3.2.2 (default, Sep 5 2011, 21:17:14) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gi.repository import Dee >>> Dee.Model.append Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: type object 'Model' has no attribute 'append' Whereas in with `python`: Python 2.7.2+ (default, Aug 16 2011, 07:24:41) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gi.repository import Dee >>> Dee.Model.append <unbound method Model.append> I've attached my system package versions via `dpkg -l`. To manage notifications about this bug go to: https://bugs.launchpad.net/dee/+bug/860049/+subscriptions -- Mailing list: https://launchpad.net/~dx-packages Post to : dx-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~dx-packages More help : https://help.launchpad.net/ListHelp