def run(self): try: build_ext.run(self) except DistutilsPlatformError: traceback.print_exc() raise BuildFailed()