DistUpgradeFetcherKDE.py and muon

Harald Sitter apachelogger at ubuntu.com
Mon Feb 11 15:09:11 UTC 2013


On Mon, Feb 11, 2013 at 3:00 PM, Scott Kitterman <ubuntu at kitterman.com>wrote:

> Harald Sitter <sitter.harald at gmail.com> wrote:
>
> >On Mon, Feb 11, 2013 at 2:04 PM, Aleix Pol <aleixpol at kde.org> 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 ;)
>
> Use python3 though,  not python.
>
> It's an importable module, so that's the correct location for it.
>

The point is that you'd not need to change stuff and expect that it is in a
searchpath of python (i.e. the default python of the system).

HS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kubuntu-devel/attachments/20130211/08115074/attachment-0001.html>


More information about the kubuntu-devel mailing list