On Dec 18, 2011, at 5:52 AM, Marius Gedminas wrote: > One thing leaves me baffled: how was it possible to make the release to PyPI > (which means at the very least python setup.py sdist upload) if python > setup.py had that missing import?
Because buildout was used: ./bin/buildout setup . sdist register upload Since ./bin/buildout imports zc.buildout.buildout which imports os it worked. Zvezdan _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )