Skip to content

incompatibility with python 3.12 #1132

@slynobody

Description

@slynobody

Describe the bug
does not work anymore with python 3.12

Include the following information:

  • OpenSnitch 1.6.5.1
  • OS: Debian
  • Version: trixie
  • Window Manager: KDE
  • Kernel version: 6.7

To Reproduce
Describe in detail as much as you can what happened.

Steps to reproduce the behavior:

  1. work with os with python 3.11, everything works
  2. install python3.12
  3. opensnitch-ui throws errors
  4. See error

Post error logs:
File "/usr/bin/opensnitch-ui", line 41, in
from opensnitch.service import UIService
File "/usr/lib/python3/dist-packages/opensnitch/service.py", line 18, in
from opensnitch.dialogs.prompt import PromptDialog
File "/usr/lib/python3/dist-packages/opensnitch/dialogs/prompt.py", line 17, in
from opensnitch.desktop_parser import LinuxDesktopParser
File "/usr/lib/python3/dist-packages/opensnitch/desktop_parser.py", line 3, in
import pyinotify
File "/usr/lib/python3/dist-packages/pyinotify.py", line 71, in
import asyncore
ModuleNotFoundError: No module named 'asyncore'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions