Changelog¶
Version 0.1.0a0¶
September 15, 2020
Initial release
Tested the
start_dvscript on various platforms and environments.Here are the results:
macOS:
The
start_dv -scommand runs without errors on Python 3.7 and 3.8On Python 3.5 and 3.6, I had to set my locale settings to
LANG="en_US.UTF-8"to make thestart_dv -scommand work. Thus, it was not an error with the script but with how my system environment was setup. Python 3.5 and 3.6 don’t assume UTF-8 based local settings like the other more recent Python versions.
Raspberry Pi (Python 3.5):
Running the
start_dvcommand without errors.Running the
start_dv -scommand without errors.
SSH from macOS to RPi (Python 3.5):
Running the
start_dvcommand without errors.Running the
start_dv -scommand produces a warning aboutpynputnot being able to be imported (as expected) but the rest of the code that doesn’t depend on keyboard keys being detected works, i.e. blinking of LED symbols in the terminal.
Note
For more detailed information about these tests, check Test results for start_dv