[EMAIL PROTECTED] wrote: > easy_install only solve the problem about python package dependency.it > is difficult to use. > after check out from turbogears svn,i use "python setup.py install", > but often have many error messages,and i only use easy_install each > package manually.
There's an outstanding "patch opportunity" to fix this issue; google for "dependency_links" to find notes on it. > and when easy_install can remove the packages automaticly?removing > package is very inconvenient. In the 0.7 series, there will be a more sophisticated package management tool, tentatively called "nest" that will offer features like "nest list" to show installed packages, "nest rm" to delete, etc. This is still in the planning stages and the design isn't final yet. There are also discussions under way to get eggs better integrated with system packaging tools like Gentoo, Debian, RPM, etc., and in fact if you use Debian already the easy_deb tool can make eggs into .deb packages that can be managed by the local tools. Similarly, there is another experimental wrapper for Gentoo. So, depending on the packaging system you use, you may have some other options as well here.

