On Wed, Dec 8, 2010 at 11:34 AM, Marius Gedminas <marius at pov.lt> wrote: > I believe there's a config file to tell setuptools to never zip eggs; I > don't remember the specifics. Have you tried google? In distutils.cfg: [easy_install] zip_ok = 0 -- Benji York