lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCHES - Countdown to May 26


From: Jean Abou Samra
Subject: Re: PATCHES - Countdown to May 26
Date: Wed, 25 May 2022 21:56:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

Le 25/05/2022 à 21:29, Colin Campbell a écrit :


----- Original Message -----
From: Jean Abou Samra <jean@abou-samra.fr>
To: Colin Campbell <cpkc@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]