chaitu-ycr / py_canoe

Python 🐍 Package for controlling Vector CANoe 🛶 Tool
https://chaitu-ycr.github.io/py_canoe/
MIT License
58 stars 34 forks source link

Problem opening a CANoe cfg #10

Closed gfabiano closed 1 year ago

gfabiano commented 1 year ago

I followed the documentation and I tried to open a cfg of my configuration. I get the problem in the picture below.

immagine

chaitu-ycr commented 1 year ago

Can you again try with the latest version of py_canoe. Updated some of the canoe dispatch methods based on the feedback’s I received. Also please make sure you are not downgrading pywin32(version should be >= 305).

pip install py_canoe —upgrade

gfabiano commented 1 year ago

I confirm that it now works. immagine

chaitu-ycr commented 1 year ago

closing issue based on @gfabiano feedback. thank you 🍻