News

16/11/2018 by Kvaser

Application Developer

I’m working through the Python examples. Everything has been fine except for this sample: dbmonitor.py

When I try to run I get this error message:
C:\Users\airola_m\AppData\Local\Programs\Python\Python36-32\python.exe -Wd C:/PythonProjects/Caddy/Caddy_DSC.py
[WinError 193] %1 is not a valid Win32 application
Could be a missing dependancy dll for ‘kvaDbLib.dll’.
(Directory for dll: ‘C:\Program Files (x86)\Kvaser\Canlib\bin_x64’)

The kvaDBlib.dll is in the same folder as the CanLIb.dll and is in the ‘C:\Program Files (x86)\Kvaser\Canlib\bin_x64 folder.

Running:
CANlib version: v5.25
canlib dll version: v8.25.608

Thoughts?