Sure. Here it is:
As I have many other processes on the RPi, I went through the path of
Desktop and
laptop installation (not the RPi image). So per the instructions:
1. sudo apt update
2. sudo apt install python3-wxgtk4.0 python3-ujson python3-pyudev vlc matchbox-keyboard
3. Download this OpenPlotter Settings package: Latest version of 'openplotter-settings' @ Cloudsmith - this was 3.6.6-stable
4. sudo dpkg -i openplotter-settings_3.6.6-stable.deb
That's it - went without errors. BUT: When going to openplotter-settings, getting the following error:
-----------------------------------
Traceback (most recent call last):
File "/usr/bin/openplotter-settings", line 11, in <module>
load_entry_point('openplotterSettings==3.6.6', 'console_scripts', 'openplotter-settings')()
File "/usr/lib/python3/dist-packages/openplotterSettings/openplotterSettings.py", line 1146, in main
MyFrame().Show()
^^^^^^^^^
File "/usr/lib/python3/dist-packages/openplotterSettings/openplotterSettings.py", line 37, in __init__
self.language = Language(self.currentdir,'openplotter-settings',currentLanguage)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/openplotterSettings/language.py", line 24, in __init__
gettext.install(module, locale_folder, False)
TypeError: install() takes from 1 to 2 positional arguments but 3 were given
---------------------------------
And, the main menu entries for "setting" and "Check System" do nothing - and indeed the files they point to are 0 bytes (empty).
Hope it helps, and would love to hear what I did wrong.