try: from dxf_processor import DXFProcessor print("Successfully imported DXFProcessor") except Exception as e: print(e)