Re: ✘PYTHONPATH is not set

2018-08-28 Thread Richard Laager via devel
On 08/28/2018 05:56 PM, Gary E. Miller via devel wrote: > if "PYTHONPATH" in os.environ: > -print("--- PYTHONPATH is set, " > - "this may mask or cause library-related problems ---") > +

✘PYTHONPATH is not set

2018-08-28 Thread Gary E. Miller via devel
Yo All! A bug in the PYTHONPATH detection. I get this on building: [...] Waf: Entering directory `/u/local/src/NTP/ntpsec/build/main' --- PYTHONPATH is not set, loading the Python ntp library may be troublesome -- [...] But my PYTHONPATH is set properly: ntpsec # echo $PYTHONPATH /usr/