So, from the above notes, it looks like I should be able to do this:
$ easy_install TurborGears
However, I am finding the following error for this:
[EMAIL PROTECTED]/home/tgreenwo/bin/TurboGears-0.8a1$ easy_install
TurborGears
{{{
Traceback (most recent call last):
File "/usr/bin/easy_install", line 5, in ?
from pkg_resources import load_entry_point
ImportError: cannot import name load_entry_point
}}}
Also finding the same thing for this variant:
{{{
-------------------------------------------------------------------------
CONFLICT WARNING:
The following modules or packages have the same names as modules or
packages being installed, and will be *before* the installed packages
in
Python's search path. You MUST remove all of the relevant files and
directories before you will be able to use the package(s) you are
installing:
/usr/lib/python2.4/site-packages/elementtree
Note: you can attempt this installation again with EasyInstall, and use
either the --delete-conflicting (-D) option or the
--ignore-conflicts-at-my-risk option, to either delete the above files
and directories, or to ignore the conflicts, respectively. Note that
if
you ignore the conflicts, the installed package(s) may not work.
-------------------------------------------------------------------------
error: Installation aborted due to conflicts
}}}
So, per the instructions here (which should really include an example
of how to launch 'easy install'):
[EMAIL PROTECTED]/home/tgreenwo/bin/TurboGears-0.8a1$ easy_install
TurborGears --delete-conflicting
{{{
Traceback (most recent call last):
File "/usr/bin/easy_install", line 5, in ?
from pkg_resources import load_entry_point
ImportError: cannot import name load_entry_point
}}}