* Nikolaus Rath <nikol...@rath.org> [2015-06-30 15:50]:
> Could you try it with `strace -o log python3` and send me the logfile?
> 
> Does it work outside the chroot (the jessie and sid versions of
> python3-llfuse are identical)?

This is pretty strange.  python3 and python3-dbg both work outside the
chroot.  Inside the chroot, python3 works, but python3-dbg gives the
error I mentioned.

I've attached the strace.  Do you see what's going on?

I assume my chroot is somehow broken.  If so, apologies in advance
for wasting your time. :)


298:tbm@bl460gen8-30: ~] python3-dbg
Python 3.4.2 (default, Oct  8 2014, 10:49:51)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import llfuse.capi
>>>
299:tbm@bl460gen8-30: ~] sudo chroot sid /bin/bash
(sid)root@bl460gen8-30:/# python3
Python 3.4.3+ (default, Jun  2 2015, 14:09:35)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import llfuse.capi
>>>
(sid)root@bl460gen8-30:/# python3-dbg
Python 3.4.3+ (default, Jun  2 2015, 14:09:35)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import llfuse.capi
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/llfuse/__init__.py", line 13, in <module>
    from llfuse.capi import *
ImportError: No module named 'llfuse.capi'

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard

Attachment: log.bz2
Description: Binary data

Reply via email to