Skip to main content
Topic: Problems launching mcomix (Read 216 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Problems launching mcomix

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.

 

Re: Problems launching mcomix

Reply #1
mcomix has now also been updated in the galaxy repo; thx for reporting!

artist