Отже, маю файл, про який відомо, що це python egg. Хочеться його встановити.
Всюди написано, що треба зробити easy_install <egg file name>, але в мене немає ніякого easy_install
А python-setuptools встановлено:
[root@localhost ~]# yum info python-setuptools
Loaded plugins: refresh-packagekit
Installed Packages
Name : python-setuptools
Arch : noarch
Version : 0.6c9
Release : 1.fc10
Size : 972 k
Repo : installed
Summary : Easily build and distribute Python packages
URL : http://pypi.python.org/pypi/setuptools
License : Python or ZPLv2.0
Description: Setuptools is a collection of enhancements to the Python distutils
: that allow you to more easily build and distribute Python packages,
: especially ones that have dependencies on other packages.
:
: This package contains the runtime components of setuptools,
: necessary to execute the software that requires pkg_resources.py.
[root@localhost ~]#
Шо робити?