-
Notifications
You must be signed in to change notification settings - Fork 42
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
Please help fix error #57
Comments
Hrm... that should work, because that API hasn't changed in a long time. Is it possible you have a different python cec module that might be getting loaded instead of this one? |
how do i find out if that is the case ? |
Typically, your version of Linux will have a package manager that is used to install system packages, including system-wide python packages. Python also has the PIP tool which can be used to install python packages. You should check your system's package manager and PIP (try |
cec 0.2.7 |
It looks like you may also have the PulseEight python 3 CEC bindings installed through your package manager. You haven't stated which linux distribution or package manager that you're using, so I can't really help you further with that. |
Oh sorry I'm running Ubuntu 20.04.3 LTS 64bit my package manager is apt get or synaptic package manager |
It looks like the PulseEight CEC library is packaged as |
oh i see... its not installed...oops {[( still a noob )}] |
I still get this error |
|
Hi @trainman419 I hope you can help me fix this. I receive this error when trying the example code in the readme.
<module '_cec' from '/usr/lib/python3/dist-packages/_cec.cpython-38-x86_64-linux-gnu.so'>Exception "unhandled AttributeError" module 'cec' has no attribute 'init' File: /home/user/Documents/Python works/cec codes/my_pycecclient2.py, Line: 4
The text was updated successfully, but these errors were encountered: