[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2022-06-03 Thread Ernst Kloppenburg
@Alec I guess in your last comment 'site-packages' should be replaced by 'dist-packages', right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: python library installed into

[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2022-06-03 Thread Alec Leamas
You are indeed right. Python libraries are not multilib, and should live in /usr/lib/python3/site-packages. Will fix, but the process starts at the Debian side. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2022-06-02 Thread Alec Leamas
Sorry for late reply. The python module contains binary. architecture-dependent code and can for that reason not be installed in /usr/lib/python3/ due to overall multi-arch requirements. That said, the official Debian documents I find are not explicit on how to install these kind of modules.

[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2020-05-22 Thread Ernst Kloppenburg
yes, it does. I actually had the problem on a raspberry pi running Raspbian 10. There I had to add the following to my script so that the library would be found: sys.path.append('/usr/lib/arm-linux-gnueabihf/python3.7/site-packages/') (after having analyzed the problem I then sent the bug

[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2020-05-19 Thread Sebastien Bacher
Thank you for your bug report, does it create any user visible issue to you? ** Changed in: lirc (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: