Comment 3 for bug 1843988

Revision history for this message
Ernst Kloppenburg (ernst-kloppenburg) wrote :

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 report from my desktop computer)