Re: [Distutils] Egg support for system packages (including bdist_wininst)

2005-12-22 Thread M.-A. Lemburg
M.-A. Lemburg wrote: > Phillip J. Eby wrote: >> Setuptools in SVN now provides preliminary support for installing eggs in >> .egg-info directory style, so that setuptools-based projects can be wrapped >> by system packagers who wish to avoid using .egg files or directories. In >> addition, you

Re: [Distutils] Egg support for system packages (including bdist_wininst)

2005-12-22 Thread M.-A. Lemburg
Phillip J. Eby wrote: > Setuptools in SVN now provides preliminary support for installing eggs in > .egg-info directory style, so that setuptools-based projects can be wrapped > by system packagers who wish to avoid using .egg files or directories. In > addition, you can now use setuptools to i

Re: [Distutils] Egg support for system packages (including bdist_wininst)

2005-12-15 Thread Paul Moore
On 12/15/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > For persons like Paul Moore who want to wrap egg-based packages in Windows > installers, note that you can now take a setuptools-based package's source > and run "setup.py bdist_wininst" and it will build a usable .exe. > > In addition, you c