在python中使用Win32com加载DLL的特定版本

时间:2019-04-02 12:03:57

标签: python win32com

我当前正在使用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版本绑定?

0 个答案:

没有答案