I would of thought this issue would have been resolved by now, but on a PI3 using install python2.7-dev, which solved my can't find python.h problem - thanks, I get this error. Help is needed please.
pi@raspberrypi:~/python $ sudo python PIstuffing.py
Traceback (most recent call last):
File "PIstuffing.py", line 3, in
from RPIO import PWM
File "build/bdist.linux-armv7l/egg/RPIO/init.py", line 115, in
File "build/bdist.linux-armv7l/egg/RPIO/GPIO.py", line 7, in
File "build/bdist.linux-armv7l/egg/RPIO/GPIO.py", line 6, in __bootstrap
SystemError: This module can only be run on a Raspberry Pi!