On Mon, Feb 11, 2013 at 2:04 PM, Aleix Pol <[email protected]> wrote: > Hi Kubunt'ers, > I've been seeing today that: > Couldn't find the > /usr/share/pyshared/UpdateManager/DistUpgradeFetcherKDE.py file > > After investigating a little (thank you apt-file) I saw that now the file > is in: > /usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeFetcherKDE.py > > Could anybody tell me a better way to find that file rather than having > the full path like we had so far? > Or maybe I'm just missing something...? >
I don't think you can get the old pyshared path, but the new lib based path should be detectable by evaluating the sys.path variable in python. python -c "import sys; print sys.path" not really nice though, I reckon it would be possible to simply have it linked into a more stable path (usr/bin or usr/libexec or something). Though I should note that I don't see the path changing until python4, so I wonder whether that is really worthwhile ;) HS
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
