Hi Hazen:
P.S. This further comment assumes that generating a python3 binding
is fairly trivial, i.e., nothing much more than using the -py3 option
to swig. If your experiments confirm that assumption holds, then I
suggest you should define a CMake option called PLPLOT_USE_PYTHON3. If
the user se
On 2016-11-25 20:30-0500 Hazen Babcock wrote:
>
> Hello,
>
> I would like to fix PLplot so that it works with Python3. At a minimum
> it looks like this means fixing all the print statements, i.e.:
>
> print "asdf" -> print("asdf")
>
> I'll test against Python2.7. Do I also need to test against Py
Back in March 2014, I took the first tentative steps to change our
build system to support Qt5, and after delay due to (1) lack of access
to Qt5 that was resolved recently and (2) the completely different
nature of Qt4 versus Qt5 CMake support, I have finally matured that
project tonight (commit 34
On 11/25/2016 09:46 AM, Hazen Babcock wrote:
>
> I think have this more or less working now. I created a git repository
> for this here:
> https://github.com/PLplot/plplot-docker
>
> And our docker images are here:
> https://hub.docker.com/u/plplot/
>
> Assuming that you have docker installed and r