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: Luca Fascione
Subject: Re: PATCHES - Countdown to May 26
Date: Wed, 25 May 2022 22:15:09 +0200

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 <jean@abou-samra.fr> wrote:

> 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
>
>
>
>

-- 
Luca Fascione


reply via email to

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