|
Hi: I am attempting to create a launchpad API part and have run into an issue with the snap correctly resolving lazr.restfulclient. The error I get is: Traceback (most recent call last): I have confirmed that resource.py exists and is readable: /snap/lptools-john/x2/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py I have manually modified files and structures and import resolution problems appear to be limited to lazr.restfulclient. Here is my snapcraft.yaml: name: lptools-johnI have verified that syspath is set to: ['/snap/lptools-john/x2/usr/bin', '/snap/lptools-john/x2/usr/lib/python2.7/dist-packages', '/snap/lptools-john/x2/usr/lib/python2.7', '/snap/lptools-john/x2/usr/lib/python2.7/plat-x86_64-linux-gnu', '/snap/lptools-john/x2/usr/lib/python2.7/lib-tk', '/snap/lptools-john/x2/usr/lib/python2.7/lib-old', '/snap/lptools-john/x2/usr/lib/python2.7/lib-dynload'] -- John Agosta |
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
