Re: Python GUI ??

2018-02-17 Thread Eric S. Raymond via devel
Hal Murray via devel : > What do people recommend for a GUI package to use with python? > > I want to plot a graph of something and update it in real time by scrolling > all the old data to make room for the new samples as they arrive. > > Google suggests that matpythonlib may be the right start

Python GUI ??

2018-02-17 Thread Hal Murray via devel
What do people recommend for a GUI package to use with python? I want to plot a graph of something and update it in real time by scrolling all the old data to make room for the new samples as they arrive. Google suggests that matpythonlib may be the right starting point, but I haven't pulled th

Waf build bug/quirk

2018-02-17 Thread Hal Murray via devel
If I run waf build after a clean build, It does this: ... 'build' finished successfully (0.451s) ... --- building host --- Waf: Entering directory `/home/murray/ntpsec/play/hgm/host' Waf: Leaving directory `/home/murray/ntpsec/play/hgm/host' --- building main --- Waf: Entering directory `/home/m

Re: crypto stuff is broken with old versions of OpenSSL

2018-02-17 Thread Hal Murray via devel
> What version of openssl was failing to build? > Is it a version that's still supported upstream by the OpenSSL project? I don't know what is supported by OpenSSL, but it didn't build on several old but still supported distros. I'll dig out the details I can easily get if you want. The HISTOR

Re: crypto stuff is broken with old versions of OpenSSL

2018-02-17 Thread Matthew Selsky via devel
On Thu, Feb 15, 2018 at 04:46:59AM -0800, Hal Murray via devel wrote: > > Should be fixed now. Hey Hal, What version of openssl was failing to build? Is it a version that's still supported upstream by the OpenSSL project? waf checks for OpenSSL > 0.9.7d...because that's what Classic did. Any

Re: Name clash

2018-02-17 Thread Achim Gratz via devel
Hal Murray via devel writes: > What's going to happen if a distro packages up our stuff and somebody > wants to install both our code and ntp classic? Well if a distro packages both NTP classic and NTPsec, then they would either: 1) Mark them in their repos as mutually incompatible so you can ins