I am trying to install blueman which seems to have pygtk-2.0 as a dependency.
When doing ./configure
, it stops here:
configure: error: Package requirements (pygtk-2.0 >= 2.12.0) were not met:
No package 'pygtk-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYGTK_CFLAGS and PYGTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Since python-gtk2 is not available through apt
, I installed it manually from a package as described here.
Then tried configuring blueman again, but I still get the same error.
Am I missing something?