Le 13/01/2022 à 11:43, Werner Arnhold a écrit :
Am Mittwoch, den 12.01.2022, 17:21 +0100 schrieb David Kastrup:
Werner Arnhold writes:
Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there
is a
Python-2.7 on my machine too. The config.log says:
configure:3205: checking for pyt
Werner Arnhold writes:
>> That does not hold water. You write "At the start of the script
>> PYTHONPATH is unset" so there is nothing that would mix dirs for py2
>> and
>> py3. PYTHONPATH will be empty unless some script sets it for the
>> sake
>> of providing modules to a version of Python it
> That does not hold water. You write "At the start of the script
> PYTHONPATH is unset" so there is nothing that would mix dirs for py2
> and
> py3. PYTHONPATH will be empty unless some script sets it for the
> sake
> of providing modules to a version of Python it is written for.
>
Sorry, my
Werner Arnhold writes:
> The small shell script is:
>
> #!/bin/bash
>
> PYTHONPATH=~/python3:~/python3/mathe
> export PYTHONPATH
>
> /usr/bin/python3 "$@"
>
> I use it because I need python2 and python3 in parallel and want to
> have my own version-specific directories in the
Am Mittwoch, den 12.01.2022, 17:21 +0100 schrieb David Kastrup:
> Werner Arnhold writes:
>
> > Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there
> > is a
> > Python-2.7 on my machine too. The config.log says:
> >
> > configure:3205: checking for python
> > configure:3297: result:
Le 12/01/2022 à 10:45, Werner Arnhold a écrit :
Hi,
I used the proceeding steps as described in the contributors guide:
./autogen.sh
mkdir build
cd build
../configure
I resolved every missing fonts or packages. Then configure ran without
further complaints. Then I ran
make
There is a file un
Werner Arnhold writes:
> Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there is a
> Python-2.7 on my machine too. The config.log says:
>
> configure:3205: checking for python
> configure:3297: result: python3
> configure:3300: checking python3 version
> configure:3302: result: 3.7.3
Oh, sorry, I forgot: I use Debian-10.2 and Python 3.7.3 but there is a
Python-2.7 on my machine too. The config.log says:
configure:3205: checking for python
configure:3297: result: python3
configure:3300: checking python3 version
configure:3302: result: 3.7.3
configure:3312: checking for python3
Hi,
I used the proceeding steps as described in the contributors guide:
./autogen.sh
mkdir build
cd build
../configure
I resolved every missing fonts or packages. Then configure ran without
further complaints. Then I ran
make
There is a file under the build directory:
./python/out/__pycache
On Jan 11, 2022, at 17:40, Dan Eble wrote:
>
>>
>> Any hint how to proceed? Thanks in advance!
>
> Can you provide the
(Whoops! Premature send.)
Can you provide the commands one would use to reproduce the issue?
—
Dan
On Jan 11, 2022, at 11:37, Werner Arnhold wrote:
>
> Hello,
>
> I tried to build the program and ended up with this message:
>
> Traceback (most recent call last):
> File "/usr/local/software/lilypond/build/../scripts/lilypond-
> book.py", line 72, in
>import book_base
> ModuleNotFoundErr
Hello,
I tried to build the program and ended up with this message:
Traceback (most recent call last):
File "/usr/local/software/lilypond/build/../scripts/lilypond-
book.py", line 72, in
import book_base
ModuleNotFoundError: No module named 'book_base'
make[1]: *** [/usr/local/software/lil
On Sat, Feb 25, 2012 at 10:01:21PM +, Carl Sorensen wrote:
> Looking at the failed command, it appears to me that gcc_tooldir is wrong.
>
> There is no directory /usr/powerpc-apple-darwin7
I just tried a build from scratch on ubuntu 11.10 64-bit, and I
have a possibly-related build failure:
OK, so I decided to try to start from scratch in building GUB.
I created a new virtual machine.
Loaded it with lily-dev 1.1, from
http://www.et.byu.edu/~sorensen/ubuntu-lilydev-remix-1.1.iso
Installed guest additions
Installed libmpfr-dev, with sudo apt-get libmpfr-dev
Got GUB with
git clon
14 matches
Mail list logo