Posted by mierdeneitor
Installing WebIOPi...
Updating apt package list... ./setup.sh: line 20: apt-get: command not found
Found Python 2.7.5... Trying to install python-dev using apt-get ./setup.sh: line 39: apt-get: command not found Trying to install WebIOPi for Python 2.7.5 Traceback (most recent call last): File "setup.py", line 1, in <module> from setuptools import setup, Extension ImportError: No module named setuptools Build for Python 2.7.5 failed\n ERROR: WebIOPi cannot be installed - please check errors above
Posted by mauricevankruchten
Pidora is using yum as package manager. You probably can edit the setup.sh and replace apt-get with yum. You also need to look at the packages it pulls in, because with yum the package names can defer from apt-get. Maybe it would be nice to add a distro check and error out with not supported.