Open plugowski opened 5 years ago
exec(open('test_ambient.py').read(),globals())
Traceback (most recent call last):
File "
me too,my function error
exec(open('test_ambient.py').read(),globals()) Traceback (most recent call last): File "", line 1, in File "", line 10, in File "apds9960/device.py", line 41, in init File "apds9960/exceptions.py", line 3, in init AttributeError: type object 'Exception' has no attribute 'init'
me too,my function error
@coffice12 this is not related since it is triggered by an unknown device ID (#10)
When I try to run example gesture code I get:
Any ideas what is wrong?