Re: [Plplot-devel] Python3

2016-12-03 Thread Hazen Babcock
On 12/01/2016 04:13 AM, Alan W. Irwin wrote: >> Spoke too soon I guess. It appears that swig detects which version of >> Python you are using and creates a binding that only works with that >> version. So if you create the bindings in a Python3 environment they >> will not work with Python2 and v

[Plplot-devel] Updating xwNN.py set, removing xNN.py set and moving xwNN.py to xNN.py

2016-12-03 Thread Alan W. Irwin
On 2016-12-01 01:13-0800 Alan W. Irwin wrote: > On 2016-11-30 20:59-0500 Hazen Babcock wrote: [...] >> (2) There appear to be at least two versions of each Python example. Maybe we >> could get rid of one set? i.e. the xNN.py set and not the xwNN.py set that >> are actually tested? > Hi again, Ha