Bug#1041351: app crashes immediately

2023-09-23 Thread Patrick Franz
Hi,

On Sat, 23 Sep 2023 14:04:43 +0200 VA  wrote:
[...]
> 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.

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


-- 
Med vänliga hälsningar

Patrick Franz



Bug#1041351: app crashes immediately

2023-09-23 Thread VA

Le 30/07/2023 à 03:00, Patrick Franz a écrit :

Hi,

On Mon, 17 Jul 2023 22:07:49 +0200 VA  wrote:

Package: convertall
Version: 0.8.0-2
Severity: serious

[...]

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.




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.




Bug#1041351: app crashes immediately

2023-07-29 Thread Patrick Franz
Hi,

On Mon, 17 Jul 2023 22:07:49 +0200 VA  wrote:
> Package: convertall
> Version: 0.8.0-2
> Severity: serious
[...]

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.


-- 
Med vänliga hälsningar

Patrick Franz



Bug#1041351: app crashes immediately

2023-07-17 Thread VA

Package: convertall
Version: 0.8.0-2
Severity: serious

When running it:

% LANG=C convertall
Traceback (most recent call last):
  File "/usr/share/convertall/convertall.py", line 143, in 
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 
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.