mcomix

Edit Package mcomix
No description set
Refresh
Refresh
Source Files
Filename Size Changed
mcomix-3.1.0.tar.gz 0000668651 653 KB
mcomix.changes 0000009900 9.67 KB
mcomix.spec 0000003562 3.48 KB
Comments 1

tarcjf's avatar

openSUSE Tumbleweed 20250823, python 3.13.5, mcomix 3.1.0, raises a RuntimeError when startup:

Traceback (most recent call last):
  File "/usr/bin/mcomix", line 7, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3.13/site-packages/mcomix/__main__.py", line 25, in main
    mp.set_start_method('spawn')
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib64/python3.13/multiprocessing/context.py", line 247, in set_start_method
    raise RuntimeError('context has already been set')

It seems that this has been fixed in latest upstream git repo but without release yet: https://sourceforge.net/p/mcomix/git/ci/a4092eb4f2927ce5d600444d0b10c308148ca34d/

By the way, for your information, I found editing /usr/lib/python3.13/site-packages/mcomix/__main__.py, changing this:

mp.set_start_method('spawn')

to this:

mp.set_start_method('spawn', force=True)

can also fix this issue.

openSUSE Build Service is sponsored by