-
Notifications
You must be signed in to change notification settings - Fork 633
Custom Interfaces #1311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The docs should still be valid. |
Thanks. I've never created an installable python module. I went through the docs, and I did it. I added to the setup.py file in the setuptools.setup() function. I created a small virtualenv, and tried to use it: But I get this: I looked at some of the other interfaces, and they seem to have something in But that only gives me an error about top level imports. |
Your project structure is probably incorrect. Once you install your own package, you should be able to run |
Yup, and I cannot do that either. I will re-evaluate the structure and try to figure it out. Python's import nuances have never been a strength for me. Like.. apparently, trying to do the import forces |
Hello,
There is documentation about some custom interface here:
https://python-can.readthedocs.io/en/develop/interfaces.html
Given these two issues:
#1110
#1233
Is this method still valid?
I really don't quite understand how to implement a custom interface. It's a bit deeper into Python than I usually get.
So, I'm looking for a little guidance. IE: I've copied over an existing interface and I am going to modify it.
The text was updated successfully, but these errors were encountered: