Artix Linux Forum

Artix Linux => Package management => Topic started by: jjg1965 on 02 October 2025, 20:21:57

Title: Problems launching mcomix
Post by: jjg1965 on 02 October 2025, 20:21:57
Hello,

When launching the mcomix program from the Galaxy repository, it does not run and reports the following error message:

Code: [Select]
Traceback (most recent call last):
  File "/usr/bin/mcomix", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3.13/site-packages/mcomix/__main__.py", line 24, in main
    run()
    ~~~^^
  File "/usr/lib/python3.13/site-packages/mcomix/run.py", line 180, in run
    from mcomix import icons
  File "/usr/lib/python3.13/site-packages/mcomix/icons.py", line 6, in <module>
    from mcomix import image_tools
  File "/usr/lib/python3.13/site-packages/mcomix/image_tools.py", line 718, in <module>
    _SUPPORTED_IMAGE_REGEX = tools.formats_to_regex(get_supported_formats())
                                                    ~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/mcomix/image_tools.py", line 694, in get_supported_formats
    assert name not in supported_formats_gdk
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

I solved the problem by installing the version of the AUR package that works without any issues.
Thank you and best regards.
Title: Re: Problems launching mcomix
Post by: Artist on 02 October 2025, 21:41:11
mcomix has now also been updated in the galaxy repo; thx for reporting!

artist