Anyone come a cross this error ? :
sudo python3 adeept_rasptank/server/webServer.py Traceback (most recent call last): File "adeept_rasptank/server/webServer.py", line 14, in <module> import RPIservo File "/home/pi/adeept_rasptank/server/RPIservo.py", line 17, in <module> pwm = Adafruit_PCA9685.PCA9685() AttributeError: module 'Adafruit_PCA9685' has no attribute 'PCA9685'
AttributeError: module 'Adafruit_PCA9685' has no attribute 'PCA9685'
I am following the instructions to the letter, but cannot seem to access the web server as instructed. Trying to access/start webserver.
Kind regards
Paul
|