Main public logs
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:17, 27 November 2021 84.112.8.15 talk performed unknown action "comments/add" on X708-Software (There are some problems in the python code with the actully raspberry pi os (raspbian). If i want to use ``` sudo python3 x708bat.py ``` The system calls: ``` File "/home/pi/x708bat.py", line 24 print "******************" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("******************")? ``` If I change it to print(*******) i had the follow error: ``` File "/home/pi/x708bat.py", line 25 print "Voltage:%5.2fV" % readVoltage(bus)...)