Yo Eric!

On Wed, 27 Sep 2017 16:43:54 -0400
"Eric S. Raymond" <e...@thyrsus.com> wrote:

> Gary E. Miller via devel <devel@ntpsec.org>:
> > Except for your upcoming solution to the PYTHONPATH issue.  
> 
> Explain "the PYTHONPATH issue", please.

I just installed git head.  No PYTHONPATH:

spidey ntpsec # ntpq -up
ntpq: can't find Python NTP library.
No module named 'ntp'

When I add PYTHONPATH it works again:

spidey ntpsec # export PYTHONPATH=/usr/local/lib64/python3.4/site-packages
spidey ntpsec # ntpq -up
[...]

When I unset PYTHONPATH, it is broken again:

spidey ntpsec # unset PYTHONPATH
spidey ntpsec # ntpq -up
ntpq: can't find Python NTP library.
No module named 'ntp'

This is why all the commits that ripped out PYTHONPATH stuff need to be
reverted.

This is how this whole mess got started.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        g...@rellim.com  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can’t measure it, you can’t improve it." - Lord Kelvin

Attachment: pgpVXCnH1w34t.pgp
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to