Also Colin, if your machine can run the PyCharm editor, that editor comes with a really handy frontend to pip built right into it, which makes this procedure super easy to do
Luca On Wed, May 25, 2022 at 9:56 PM Jean Abou Samra <j...@abou-samra.fr> wrote: > Le 25/05/2022 à 21:29, Colin Campbell a écrit : > > > > > > ----- Original Message ----- > > From: Jean Abou Samra <j...@abou-samra.fr> > > To: Colin Campbell <c...@shaw.ca>, lilypond-devel < > lilypond-devel@gnu.org> > > Cc: Dan Eble <dan@lyric.works> > > Sent: Tue, 24 May 2022 23:10:39 -0600 (MDT) > > Subject: Re: PATCHES - Countdown to May 26 > > > > > > > > >That sounds like you tried to download the countdown.py script from the > > >GitLab UI and downloaded the HTML web page itself instead of the raw > > >Python script. > > > > We have a bingo! An embarrassing one, but definite progress. > > Now, the error is: > > Traceback (most recent call last): > > File "D:\LilyPond\countdown.py", line 8, in <module> > > import requests > > ModuleNotFoundError: No module named 'requests' > > FWIW, I don't use this machine for much, so I had to download a Python > > 3.10.4 from the Microsoft Store, onto a tablet running Win 10. > > > > Yes, the script requires the requests package, which > is not part of the Python standard library. This > should probably do: > > python -m pip install --user requests > > Jean > > > > -- Luca Fascione