How to install python-dbus with pip?
Peng Yu
pengyu.ut at gmail.com
Wed Jun 18 14:04:17 PDT 2014
Hi,
I get the following error when I try to install dbus-python with pip.
Does anybody know what is wrong? Thanks.
/tmp$ which pip
/usr/local/bin/pip
/tmp$ pip --version
pip 1.5.4 from /usr/local/lib/python2.7/site-packages (python 2.7)
/tmp$ sudo $(which pip) install dbus-python
Downloading/unpacking dbus-python
Downloading dbus-python-0.84.0.tar.gz (563kB): 563kB downloaded
Running setup.py (path:/tmp/pip_build_root/dbus-python/setup.py)
egg_info for package dbus-python
Traceback (most recent call last):
File "<string>", line 17, in <module>
IOError: [Errno 2] No such file or directory:
'/tmp/pip_build_root/dbus-python/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
IOError: [Errno 2] No such file or directory:
'/tmp/pip_build_root/dbus-python/setup.py'
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in
/tmp/pip_build_root/dbus-python
Storing debug log for failure in /oldhome/pengy/.pip/pip.log
--
Regards,
Peng
More information about the dbus
mailing list