OpenMarine

Full Version: Raspberry PI5 New Installation Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
When I run operplotter-settings for the first time this happens:
openplotter-settings
creating configuration directory /home/kemlo/.openplotter
openplotter.conf not found, creating /home/kemlo/.openplotter/openplotter.conf
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

Can anyone assist?