-
Notifications
You must be signed in to change notification settings - Fork 665
Description
Originally reported by: Travis Travelstead (Bitbucket: travis_travelstead, GitHub: Unknown)
Hello,
I am am very excited to use this library for communication on a CAN bus system I am developing. Right now the portion that is microcontroller based is working as expected but now I need to implement a GUI and data collection ideally using python and this library.
My issues is after installing the library, using "setup.py" as explained on the website, running the kernel "modprobe" command and creating a configuration file, I was unable to get "Bus()" object constructed. I keep getting an issue were it says there is not module called "interfaces" in "can".
I apologize is this is something simple that I am missing, but it would be helpful for myself and I guess others if there was a little bit more of a walkthrough on the initial setup.
I appreciate any time that is offered in helping me.