dmx_usb_module icon indicating copy to clipboard operation
dmx_usb_module copied to clipboard

Error Compiling source

Open wysiwyggins opened this issue 2 years ago • 1 comments

error on rpi 4, Debian 11.6 when compiling api-source:

`File "usr/bin/rpi-source", line 111 except urllib2.HTTPError, e:

SyntaxError: invalid syntax`

I tried changing 'urllib2' to 'url lib', same error

wysiwyggins avatar Feb 22 '23 23:02 wysiwyggins

From the error msg it looks like the first '/' is missing, "usr/bin/rpi-source" instead of "/usr/bin/rpi-source"

lowlander avatar Jun 21 '24 12:06 lowlander