Python: Install pip, setuptools, and wheel

Miscellaneous tools
Post Reply
Message
Author
s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Python: Install pip, setuptools, and wheel

#1 Post by s243a »

I've tried installing technosaurus's python pet with pygtk and I seem to be missing python-gtk-devel. See post:
http://www.murga-linux.com/puppy/viewto ... 510#922510

According to the following link:
https://packaging.python.org/installing/

you can use pip to get setup-tools which is a package manager for python. This should make it easy to get the missing components. However, after downloading get-pip.py and typing python get-pip.py. I get the following error:
/usr/bin/python: lin 2: 10745 Segmentation fault python2.6 -B $@

I have no idea how to troubleshoot a segmentation fault.

I'm trying this on Wary 5.5

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#2 Post by s243a »

Related to the above, I'm going to take a shot at building Python-2.7.12 my self to see if it solves my problems.

So far I have the build finished but I'm missing the necessary bits to build:

_tkinter bsddb185 sunaudiodev

It tells me to find the missing bits look in setup.py in detect_modules() for the module name.

For now, I'm going to ignore this and try installing and see what happens.

Post Reply