Re: [Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Adam GROSZER
Hello, Well at least easy_install docs say that: http://peak.telecommunity.com/DevCenter/EasyInstall#id6 """ When downloading or processing downloaded files, Easy Install recognizes distutils source distribution files with extensions of .tgz, .tar, .tar.gz, .tar.bz2, or .zip. And of course it

Re: [Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Jim Fulton
On Wed, Mar 6, 2013 at 7:10 AM, Adam GROSZER wrote: > Hello, > > Just got a request that winbot should prepare .exe's for windows. > > My question is, do we want exe AND egg or just exe for windows binary > packages? > > I think setuptools/distribute should work with an exe too, I doubt it. Have