Re: [PATCH] Port gnuplot2pdf.py to Python 3

2019-09-04 Thread Scott Kostyshak
On Wed, Sep 04, 2019 at 12:24:40PM -, Guenter Milde wrote: > On 2019-08-30, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > The current script fails for me. The attached patch seems to work, but I > > only got it to work by experimenting. Can any Python

Re: [PATCH] Port gnuplot2pdf.py to Python 3

2019-09-04 Thread Guenter Milde
On 2019-08-30, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > The current script fails for me. The attached patch seems to work, but I > only got it to work by experimenting. Can any Pythonista take a close > look? With the wait() command it seems to hang, so I su

[PATCH] Port gnuplot2pdf.py to Python 3

2019-08-29 Thread Scott Kostyshak
Thanks, Scott From c7c3aca52ea05d9c176a07d0149a77ca456e95d4 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 29 Aug 2019 20:48:34 -0400 Subject: [PATCH] Port gnuplot2pdf.py to Python 3 Instead of wait(), use communicate(), as mentioned here: https://docs.python.org/3/library