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
Hi - tried to examine and got that:
root@Wyse:/home/badger# python3 -m benqprojector serial /dev/ttyUSB0 9600 examine Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.7/runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details import(pkg_name) File "/usr/local/lib/python3.7/dist-packages/benqprojector/init.py", line 10, in from benqprojector.benqprojector import ( File "/usr/local/lib/python3.7/dist-packages/benqprojector/benqprojector.py", line 393 elif (response := self._read_response()) == "": ^ SyntaxError: invalid syntax root@Wyse:/home/badger#
The text was updated successfully, but these errors were encountered:
I'm not running into this syntax error, which version of Python 3 are you using? I'm on 3.12.7
Sorry, something went wrong.
No branches or pull requests
Hi - tried to examine and got that:
root@Wyse:/home/badger# python3 -m benqprojector serial /dev/ttyUSB0 9600 examine Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.7/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details
import(pkg_name)
File "/usr/local/lib/python3.7/dist-packages/benqprojector/init.py", line 10, in
from benqprojector.benqprojector import (
File "/usr/local/lib/python3.7/dist-packages/benqprojector/benqprojector.py", line 393
elif (response := self._read_response()) == "":
^
SyntaxError: invalid syntax
root@Wyse:/home/badger#
The text was updated successfully, but these errors were encountered: