LEW21 / pydbus

Pythonic DBus library
GNU Lesser General Public License v2.1
327 stars 76 forks source link

installation issue #6

Closed mxa closed 9 years ago

mxa commented 9 years ago

$ ./setup.py Traceback (most recent call last): File "./setup.py", line 3, in from setuptools import setup, find_packages ImportError: No module named setuptools

I have setuptools installed though.

sudo apt-get install python-setuptools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-setuptools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
LEW21 commented 9 years ago

Install python3-setuptools.

mxa commented 9 years ago

Thanks