Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 869  / 2 Years ago, thu, october 6, 2022, 6:37:11

In-place upgraded from 12.04 to 12.10, and Python import gtop stopped working.



python-gtop 2.32.0+dfsg-1 (amd64 binary) in ubuntu quantal says Superseded



Installing python-gnomedesktop and python-gnome2-desktop-dev did not help.



Where are the Python libgtop bindings for ubuntu quantal?


More From » gnome

 Answers
2

You need to use the introspected bindings for new versions of glib-based libraries. In this case, you need to install the gir1.2-gtop-2.0 package, and use from gi.repository import GTop to access the APIs.


[#33410] Friday, October 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
learty

Total Points: 432
Total Questions: 115
Total Answers: 109

Location: Wallis and Futuna
Member since Tue, Mar 30, 2021
3 Years ago
;