Package: cambalache
Version: 0.94.1-3
Severity: grave
Tags: patch
Justification: renders package unusable
X-Debbugs-Cc: [email protected]
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
Fails to open after installation
* What exactly did you do (or not do) that was effective (or
ineffective)?
python3-lxml/stable 5.4.0-1 amd64
pythonic binding for the libxml2 and libxslt libraries
Installing the above package fixed the issue
* What was the outcome of this action?
Application is opening sucessfully
* What outcome did you expect instead?
Expected application to open after package installation
*** End of the template - remove these template lines ***
-- System Information:
Debian Release: 13.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.38+deb13-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages cambalache depends on:
ii dconf-gsettings-backend [gsettings-backend] 0.40.0-5
ii gir1.2-casilda-0.1 0.2.0-2
ii gir1.2-gtksource-5 5.16.0-1
ii gir1.2-webkit-6.0 2.48.3-1
ii libatk1.0-0t64 2.56.2-1
ii libc6 2.41-12
ii libglib2.0-0t64 2.84.3-1
ii libgtk-3-0t64 3.24.49-3
ii libgtk-4-1 4.18.6+ds-2
ii python3 3.13.5-1
cambalache recommends no packages.
cambalache suggests no packages.
-- no debconf information
*** /home/rz/Documents/bug
rz@rz-standardpc:~$ cambalache
Traceback (most recent call last):
File "/usr/bin/cambalache", line 42, in <module>
from cambalache.app import CmbApplication
File "/usr/lib/python3/dist-packages/cambalache/__init__.py", line 84, in
<module>
from .cmb_property_label import CmbPropertyLabel
File "/usr/lib/python3/dist-packages/cambalache/cmb_property_label.py", line
32, in <module>
from .control import CmbObjectChooser, CmbFlagsEntry
File "/usr/lib/python3/dist-packages/cambalache/control/__init__.py", line
37, in <module>
from .cmb_object_chooser import CmbObjectChooser
File
"/usr/lib/python3/dist-packages/cambalache/control/cmb_object_chooser.py", line
30, in <module>
from ..cmb_project import CmbProject
File "/usr/lib/python3/dist-packages/cambalache/cmb_project.py", line 33, in
<module>
from lxml import etree
ModuleNotFoundError: No module named 'lxml'