bocephasj
bocephasj
I get an error/exit from line 138 "w+". Can anyone tell me what that symbolism is supposed to do? (I'm a newbie) bocephasj
unexpected comma Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/xbee/base.py", line 141 except TimeoutException, ex: ^ SyntaxError: invalid syntax
in line 141 (among others) has a syntax error 'except TimeoutException, ex:' Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/xbee/base.py", line 141 except TimeoutException, ex: ^ SyntaxError: invalid syntax