eclipse / kuksa.val.feeders

kuksa.val.feeders
Apache License 2.0
8 stars 22 forks source link

Fix missing socketcan in dbc2val #75

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

pyinstaller seems to be unable to detect the CAN library at build time. At runtime, the dbc2val cannot use the "--use-socket-can" feature as the library is missing. Informing pyinstaller about the hidden import let's it package the CAN library properly.

mikehaller commented 1 year ago

Fixes #73