On Fri, Jul 13, 2018 at 11:53:26PM +0200, Morten Håkestad wrote:
> 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

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 the above information page

Reply via email to