#1041351 app crashes immediately

#1041351#5
Date:
2023-07-17 20:07:49 UTC
From:
To:
When running it:

% LANG=C convertall
Traceback (most recent call last):
   File "/usr/share/convertall/convertall.py", line 143, in <module>
     main()
   File "/usr/share/convertall/convertall.py", line 133, in main
     import convertdlg
ModuleNotFoundError: No module named 'convertdlg'
% LANG=C convertall -i
Traceback (most recent call last):
   File "/usr/share/convertall/convertall.py", line 143, in <module>
     main()
   File "/usr/share/convertall/convertall.py", line 124, in main
     import cmdline
ModuleNotFoundError: No module named 'cmdline'

If not using LANG=C, there are additional errors regarding missing
translations.

#1041351#14
Date:
2023-07-30 01:00:34 UTC
From:
To:
Hi,
[...]

I'm downgrading this as I cannot reproduce your error. I tried on 3
different systems, but the app starts as usual every time.

Unfortunately, you did not provide any information about the system
you're running. Without it, we cannot investigate this any further.

#1041351#19
Date:
2023-09-23 12:04:43 UTC
From:
To:
Le 30/07/2023 à 03:00, Patrick Franz a écrit :

Actually, the app crashes with env var PYTHONSAFEPATH=y which is a best
security practice.
The problem is that convertall app is not a cleanly-designed python app
with a dedicated package (even just in local, no need to be on PyPI), so
the python interpreter can't find the rest of convertall sources.

#1041351#24
Date:
2023-09-23 12:40:45 UTC
From:
To:
Hi,

On Sat, 23 Sep 2023 14:04:43 +0200 VA <bugs@indigo.re> wrote:
[...]

Then I suggest you take that to the upstream developer at
https://github.com/doug-101/ConvertAll to improve the app's design.