- Package:
- convertall
- Source:
- convertall
- Submitter:
- VA
- Date:
- 2023-09-23 12:45:03 UTC
- Severity:
- normal
- Tags:
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.
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.
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.
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.