Re: configure.py assumes "python" command exists

2021-12-29 Thread Stephan Witt
Am 27.12.2021 um 20:30 schrieb José Abílio Matos : > > On Saturday, 25 December 2021 18.32.21 WET Scott Kostyshak wrote: > > On Sun, Oct 31, 2021 at 12:58:19PM -0400, Scott Kostyshak wrote: > > Hi Scott, > I find you choice of dates very convenient. :-) > > https://journeys.dartmouth.edu/folkl

Re: configure.py assumes "python" command exists

2021-12-28 Thread Scott Kostyshak
On Mon, Dec 27, 2021 at 07:30:46PM +, José Abílio Matos wrote: > On Saturday, 25 December 2021 18.32.21 WET Scott Kostyshak wrote: > > On Sun, Oct 31, 2021 at 12:58:19PM -0400, Scott Kostyshak wrote: > > Hi Scott, > I find you choice of dates very convenient. :-) > > https://journeys.dartmo

Re: configure.py assumes "python" command exists

2021-12-27 Thread Jean-Marc Lasgouttes
Le 27/12/2021 à 20:30, José Abílio Matos a écrit : Regarding the problem at hand, as an example, my suggestion is to change: \converter pdf4   pdf8  "python $$s/scripts/convert_pdf.py $$i $$o ebook" to \converter pdf4   pdf8  "$${python} $$s/scripts/convert_pdf.py $$i $$o ebook" The idea is to

Re: configure.py assumes "python" command exists

2021-12-27 Thread José Abílio Matos
On Saturday, 25 December 2021 18.32.21 WET Scott Kostyshak wrote: > On Sun, Oct 31, 2021 at 12:58:19PM -0400, Scott Kostyshak wrote: Hi Scott, I find you choice of dates very convenient. :-) https://journeys.dartmouth.edu/folklorearchive/2016/11/12/halloween-and-christmas/ “Why do programmers

Re: configure.py assumes "python" command exists

2021-12-25 Thread Scott Kostyshak
On Sun, Oct 31, 2021 at 12:58:19PM -0400, Scott Kostyshak wrote: > On Mon, Apr 26, 2021 at 12:12:50AM -0400, Scott Kostyshak wrote: > > On Wed, Feb 24, 2021 at 01:19:30PM -0500, Scott Kostyshak wrote: > > > On Tue, Feb 23, 2021 at 06:40:46PM +, José Abílio Matos wrote: > > > > On Monday, Februa

Re: configure.py assumes "python" command exists

2021-10-31 Thread Scott Kostyshak
On Mon, Apr 26, 2021 at 12:12:50AM -0400, Scott Kostyshak wrote: > On Wed, Feb 24, 2021 at 01:19:30PM -0500, Scott Kostyshak wrote: > > On Tue, Feb 23, 2021 at 06:40:46PM +, José Abílio Matos wrote: > > > On Monday, February 15, 2021 3:25:45 PM WET Scott Kostyshak wrote: > > > > +1 > > > > > >

Re: configure.py assumes "python" command exists

2021-04-25 Thread Scott Kostyshak
On Wed, Feb 24, 2021 at 01:19:30PM -0500, Scott Kostyshak wrote: > On Tue, Feb 23, 2021 at 06:40:46PM +, José Abílio Matos wrote: > > On Monday, February 15, 2021 3:25:45 PM WET Scott Kostyshak wrote: > > > +1 > > > > > > Thanks for taking a look, José. > > > > > > Scott > > > > OK. I have l

Re: configure.py assumes "python" command exists

2021-02-24 Thread Scott Kostyshak
On Tue, Feb 23, 2021 at 06:40:46PM +, José Abílio Matos wrote: > On Monday, February 15, 2021 3:25:45 PM WET Scott Kostyshak wrote: > > +1 > > > > Thanks for taking a look, José. > > > > Scott > > OK. I have lots of issues on hand but at least this is funny. :-) > > One option would be to u

Re: configure.py assumes "python" command exists

2021-02-23 Thread José Abílio Matos
On Monday, February 15, 2021 3:25:45 PM WET Scott Kostyshak wrote: > +1 > > Thanks for taking a look, José. > > Scott OK. I have lots of issues on hand but at least this is funny. :-) One option would be to use some kind of string formatting. Actually since curly braces are usually not used in

Re: configure.py assumes "python" command exists

2021-02-15 Thread Scott Kostyshak
On Mon, Feb 15, 2021 at 09:50:04AM -0500, Richard Kimberly Heck wrote: > On 2/15/21 5:56 AM, José Abílio Matos wrote: > > > > On Monday, February 15, 2021 4:27:40 AM WET Richard Kimberly Heck wrote: > > > > > We have a Python detection routine, find_python_binary(), so it could be > > > > > modifie

Re: configure.py assumes "python" command exists

2021-02-15 Thread Richard Kimberly Heck
On 2/15/21 5:56 AM, José Abílio Matos wrote: > > On Monday, February 15, 2021 4:27:40 AM WET Richard Kimberly Heck wrote: > > > We have a Python detection routine, find_python_binary(), so it could be > > > modified to check for those commands explicitly. I'm reluctant to touch > > > that code myse

Re: configure.py assumes "python" command exists

2021-02-15 Thread José Abílio Matos
On Monday, February 15, 2021 4:27:40 AM WET Richard Kimberly Heck wrote: > We have a Python detection routine, find_python_binary(), so it could be > modified to check for those commands explicitly. I'm reluctant to touch > that code myself though. The detection code in LyX is working correctly, i

Re: configure.py assumes "python" command exists

2021-02-14 Thread Richard Kimberly Heck
On 2/14/21 7:43 PM, Scott Kostyshak wrote: > Some things did not work when I compiled on Ubuntu 20.10 because by > default Ubuntu 20.10 does not have a "python" command and instead > realies on "python2" and "python3" commands. The fix is easy: just > needed to install the package "python-is-python

Re: configure.py assumes "python" command exists

2021-02-14 Thread Thibaut Cuvelier
On Mon, 15 Feb 2021 at 01:43, Scott Kostyshak wrote: > Some things did not work when I compiled on Ubuntu 20.10 because by > default Ubuntu 20.10 does not have a "python" command and instead > realies on "python2" and "python3" commands. The fix is easy: just > needed to install the package "pyth

configure.py assumes "python" command exists

2021-02-14 Thread Scott Kostyshak
Some things did not work when I compiled on Ubuntu 20.10 because by default Ubuntu 20.10 does not have a "python" command and instead realies on "python2" and "python3" commands. The fix is easy: just needed to install the package "python-is-python3". I don't know much about this, but I think it is