Package: lxc Version: 1.0.0~alpha3-4 Severity: normal The lxc package from experimental can be installed on Debian 7.2 (stable), but certain commands wont work such as lxc-ls. Aparently this is because the _lxc modules is only built for python 3.3, and stable has 3.2.
I would suggest either building both modules or adding a dependancy to 3.3. $ lxc-ls Traceback (most recent call last): File "/usr/bin/lxc-ls", line 35, in <module> import lxc File "/usr/lib/python3/dist-packages/lxc/__init__.py", line 24, in <module> import _lxc ImportError: No module named _lxc Similarly there seems to be a missing dependancy on the lua interpreter, so lxc-top doesnt work either. /usr/bin/env: lua: No such file or directory Thanks, Norbert -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org