A brief tutorial on installing Dbus-python

Source: Internet
Author: User
Tags python script in python

This article introduces a brief tutorial on installing Dbus-python, Dbus-python is used in Python programming to deal with the communication between processes, the need for friends can refer to the following

Writing a Python script requires the use of 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.

?

1 2 3 wget https://pypi.python.org/packages/source/d/dbus-python/dbus-python-0.84.0.tar.gz Tar zxvf dbus-python-0.84.0.tar.gz CD dbus-python-0.84.0

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

?

1 2 3 4 5 6 7 8 9 10 Configure:error:Package Requirements (dbus-1 >= 1.0) were not met:no Package ' dbus-1 ' found consider ' adjusting t   He pkg_config_path environment variable if you are installed software in a non-standard prefix. Alternatively, you could set the environment variables dbus_cflags and dbus_libs to avoid the need. The Pkg-config man page is for more details.

This is obviously missing the dependency library

?

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

And then the installation will go smoothly.

?

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.