On 11/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > No. setuptools(egg) is incompatible with all major distro package > system I know of. Just use non-root installation for specific user (but > can be run by root to /usr/local/ for sharing access, unless your > distro pollute /usr/local)
You might not have understood. If there is a conflict because elementree exists on the system, it could be there because the user installed an rpm (rpm -i) that provided elementtree. To remove that conflict, you could uninstall that rpm (rpm -e) and then run setuptools. I'm guessing. Bryan

