30 Mar
2009
30 Mar
'09
2:04 p.m.
On Mar 29, 2009, at 4:10 PM, Wichert Akkerman wrote: ...
You can compare this with dpkg and apt on Debian and Ubuntu systems: dpkg is the lower level install that installs one or more packages. It only checks if the packages you install break any package conflicts and if their dependencies are met. It is simpler than easy_install: it will not look for or download packages itself. Python does not have a such a low level tool
Yes it does, the setup install command. Jim -- Jim Fulton Zope Corporation