We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got the following error when running Lepton.py:
Traceback (most recent call last): File "Lepton.py", line 9, in <module> from .ioctl_numbers import _IOR, _IOW ValueError: Attempted relative import in non-package
Pylepton_capture does not work as well. I tested it using ssh so im not sure wheater pylepton_overlay works or not.
The text was updated successfully, but these errors were encountered:
I think here is one point too much in the Lepton.py.
from .ioctl_numbers import _IOR, _IOW
from ioctl_numbers import _IOR, _IOW
Sorry, something went wrong.
No branches or pull requests
I've got the following error when running Lepton.py:
Traceback (most recent call last): File "Lepton.py", line 9, in <module> from .ioctl_numbers import _IOR, _IOW ValueError: Attempted relative import in non-package
Pylepton_capture does not work as well. I tested it using ssh so im not sure wheater pylepton_overlay works or not.
The text was updated successfully, but these errors were encountered: