OpenVPN / openvpn3-indicator

Simple GTK indicator GUI for OpenVPN 3 Linux
https://github.com/OpenVPN/openvpn3-indicator
GNU Affero General Public License v3.0
24 stars 2 forks source link

Cannot import MANAGER_VERSION_MINIMUM, MANAGER_VERSION_RECOMMENDED #14

Closed varunbpatil closed 1 week ago

varunbpatil commented 1 week ago

Error in the latest version.

They are named BACKEND_VERSION_MINIMUM and BACKEND_VERSION_RECOMMENDED in about.py

agassi88 commented 1 week ago

same issue on Ubuntu 22.04 after latest openvpn3-indicator update:

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/bin/openvpn3-indicator/__main__.py", line 25, in <module>
  File "/usr/bin/openvpn3-indicator/openvpn3_indicator/__init__.py", line 35, in main
  File "/usr/bin/openvpn3-indicator/openvpn3_indicator/application.py", line 45, in <module>
ImportError: cannot import name 'MANAGER_VERSION_MINIMUM' from 'openvpn3_indicator.about' (/usr/bin/openvpn3-indicator/openvpn3_indicator/about.py)
grzegorz-gutowski commented 1 week ago

Sorry for that, I've tried to quickly fix #13, but then I mixed up files again. It should be fixed by the last commit.

varunbpatil commented 1 week ago

Confirmed fixed.