"Martin v. Löwis" <[EMAIL PROTECTED]> writes: > Ron Adam wrote: >> I would put the starting minimum boundary as: >> >> 1. "The minimum required to start the python interpreter with no >> additional required files." >> >> Currently python 2.4 (on windows) does not yet meet that guideline, so >> it seems some modules still need to be added while other modules, (I >> haven't checked which), are probably not needed to meet that guideline. > > I'm not sure, either, but I *think* python24 won't load any .pyd file > on interactive startup.
That seems to be true. But it will need zlib.pyd as soon if you try to import from compressed zips. So, zlib can be thought as part of the modules required for bootstrap. Thomas -- http://mail.python.org/mailman/listinfo/python-list