Discussion:
[blfs-support] blfs funcsigs-1.0.2
Morten Håkestad
2018-07-13 21:53:26 UTC
Permalink
As I am working on installing X-windows in the BLFS ver8.2.
I noticed a command line that would not execute in funcsigs-1.0.2, and that
is:
python setup.py install --optimize=1

From the book I can read:
To install the Python 2 module, run the following command as the root user:
python setup.py install --optimize=1

Note:
This module is included with Python distributions after 3.3.
LFS 8.2 has installed 3.6.4.
(python3 --version)

Therefore i tried to go:
python3 setup.py install --optimize=1
And that seem to work nice.

Maybe it would be wise to change the book's command line to:
python3 setup.py install --optimize=1

Regards
Mort1skoda
Norway
Ken Moffat
2018-07-13 22:24:57 UTC
Permalink
Post by Morten HÃ¥kestad
As I am working on installing X-windows in the BLFS ver8.2.
I noticed a command line that would not execute in funcsigs-1.0.2, and that
python setup.py install --optimize=1
python setup.py install --optimize=1
This module is included with Python distributions after 3.3.
LFS 8.2 has installed 3.6.4.
(python3 --version)
python3 setup.py install --optimize=1
And that seem to work nice.
python3 setup.py install --optimize=1
Regards
Mort1skoda
Norway
I think you have misunderstood.

The functionality of this module is part of Python3. The added
module is described in 8.2 as a backport of features from 3's
inspect module - it is only for Python2, which you have not
installed.

ĸen
--
Keyboard not found, Press F1 to continue
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See th
Loading...