On Jun 30 2015, Martin Michlmayr <t...@hp.com> wrote:
> * Nikolaus Rath <nikol...@rath.org> [2015-06-29 21:02]:
>> # 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
>> >>> import llfuse.capi
>
> In a sid chroot, I get:
>
> (sid)728:tbm@bl460gen8-30: ~/s3ql-2.13+dfsg] 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
> 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'
>>>>
>
> (sid)733:tbm@bl460gen8-30: ~/s3ql-2.13+dfsg] dpkg -L python3-llfuse | grep 
> dist-pa
> /usr/lib/python3/dist-packages
> /usr/lib/python3/dist-packages/llfuse
> /usr/lib/python3/dist-packages/llfuse/__init__.py
> /usr/lib/python3/dist-packages/llfuse/pyapi.py
> /usr/lib/python3/dist-packages/llfuse/capi.cpython-34m-x86_64-linux-gnu.so
> /usr/lib/python3/dist-packages/llfuse-0.40.egg-info
> /usr/lib/python3/dist-packages/llfuse-0.40.egg-info/PKG-INFO
> /usr/lib/python3/dist-packages/llfuse-0.40.egg-info/zip-safe
> /usr/lib/python3/dist-packages/llfuse-0.40.egg-info/top_level.txt
> /usr/lib/python3/dist-packages/llfuse-0.40.egg-info/dependency_links.txt
>
> Any idea?

Very odd. I just tested it on two of my systems, and it works
perfectly. It's also loaded from the same file that is present on your
system:

~$ python3
Python 3.4.2 (default, Oct  8 2014, 10:45:20) 
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import llfuse.capi
>>> llfuse.capi
<module 'llfuse.capi' from 
'/usr/lib/python3/dist-packages/llfuse/capi.cpython-34m-x86_64-linux-gnu.so'>
>>> 

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)?

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to