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, ich bekomme folgenden Fehler, wenn ich diesen Befehl ausführe: Befehl: python ~/src/ckw-ha-mqtt/mqtt.py -i 192.168.178.120 -t rpiGarage
python ~/src/ckw-ha-mqtt/mqtt.py -i 192.168.178.120 -t rpiGarage
Fehler: File "/home/pi/src/ckw-ha-mqtt/mqtt.py", line 32 print "=" * len(startup_msg) ^ SyntaxError: invalid syntax
File "/home/pi/src/ckw-ha-mqtt/mqtt.py", line 32 print "=" * len(startup_msg) ^ SyntaxError: invalid syntax
Auch wenn ich folgenden Befehl ausführe erhalte ich einen Fehler.
Befehl: python ~/src/ckw-ha-mqtt/test_piface.py
python ~/src/ckw-ha-mqtt/test_piface.py
Fehler: File "/home/pi/src/ckw-ha-mqtt/test_piface.py", line 7 print "[{}] Switch {} pressed".format(datetime.datetime.now(), event.pin_num) ^ SyntaxError: invalid syntax
File "/home/pi/src/ckw-ha-mqtt/test_piface.py", line 7 print "[{}] Switch {} pressed".format(datetime.datetime.now(), event.pin_num) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, ich bekomme folgenden Fehler, wenn ich diesen Befehl ausführe:
Befehl:
python ~/src/ckw-ha-mqtt/mqtt.py -i 192.168.178.120 -t rpiGarage
Fehler:
File "/home/pi/src/ckw-ha-mqtt/mqtt.py", line 32 print "=" * len(startup_msg) ^ SyntaxError: invalid syntax
Auch wenn ich folgenden Befehl ausführe erhalte ich einen Fehler.
Befehl:
python ~/src/ckw-ha-mqtt/test_piface.py
Fehler:
File "/home/pi/src/ckw-ha-mqtt/test_piface.py", line 7 print "[{}] Switch {} pressed".format(datetime.datetime.now(), event.pin_num) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: