Re: Building a statically linked Python, and pip

2019-05-08 Thread Skip Montanaro
> > I need to build a statically linked Python that has pip. > > What a curious thing to need. In the old days that was the only way to build Python. I guess we were just more curious back then. :-) To the OP, as Thomas pointed out, you're going to have to identify all the extension modules you n

Re: Building a statically linked Python, and pip

2019-05-08 Thread Thomas Jollans
On 08/05/2019 03:18, Simon Michnowicz via Python-list wrote: > Dear Group, > I need to build a statically linked Python that has pip. What a curious thing to need. > I built a version following the instructions at > https://wiki.python.org/moin/BuildStatically > but pip was not present in the bin

Building a statically linked Python, and pip

2019-05-07 Thread Simon Michnowicz via Python-list
Dear Group, I need to build a statically linked Python that has pip. I built a version following the instructions at https://wiki.python.org/moin/BuildStatically but pip was not present in the binary directory afterwards. I downloaded get-pip.py but when I tried to install it I get an error messag