我当前正在使用win32com来调度COM对象:
mode: 'fastest;truck',
representation: 'display',
routeattributes: 'waypoints,shape,summary',
maneuverattributes: 'direction',
waypoints: [/* too much to show here*/],
avoidLinks: '',
avoidSeasonalClosures: true,
alternatives: 1,
在我的环境中,此DLL实际上存在2个版本,即32位和64位。 我实际上可以控制加载哪个版本的COM对象,或者以某种方式与python版本绑定?