The following sequence should work for maximum compatibility ```py from distutils.core import run_setup run_setup('setup.py', ['bdist_egg']) ```