A brief tutorial on installing Dbus-python

Source: Internet
Author: User
Write a Python script needs to use Dbus, but because Dbus-python this package does not provide setup.py, so can not be directly installed through the PIP, only download the source code manually compiled installation.

wget Https://pypi.python.org/packages/source/d/dbus-python/dbus-python-0.84.0.tar.gztar ZXVF DBUS-PYTHON-0.84.0.TAR.GZCD dbus-python-0.84.0

But there was something wrong in the process of./configure.

Configure:error:Package Requirements (dbus-1 >= 1.0) were not Met:no package ' dbus-1 ' Foundconsider adjusting the PKG _config_path environment variable if youinstalled software in a non-standard prefix. Alternatively, you may set the environment variables Dbus_cflagsand dbus_libs to avoid the need-to-call pkg-config. See the Pkg-config Mans page for more details.

This is obviously missing a dependent library

sudo apt-get install Libdbus-glib-1-dev

And then the installation will go smoothly.

./configuremakesudo Make Install
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.