AttributeError: 'Vcgencmd' object has no attribute 'self'
Opened this issue · 0 comments
azataiot commented
>>> vcg.vcos_version()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/dist-packages/vcgencmd/vcgencmd.py", line 35, in vcos_version
out = self.self.__verify_command("vcos version", "", [""])
AttributeError: 'Vcgencmd' object has no attribute 'self'