You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with all applications. I´ve installed with --all option enabled. When I try to start, each application show the same error:
CODESYS SHELL
File "/usr/bin/codesys-shell", line 27
print "Debug: connected!"
^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
MODSCAN:
File "/usr/bin/modscan", line 83
print "Starting Scan..."
^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
PLC SCAN:
File "/usr/bin/modscan", line 83
print "Starting Scan..."
^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
I have a problem with all applications. I´ve installed with --all option enabled. When I try to start, each application show the same error:
CODESYS SHELL
File "/usr/bin/codesys-shell", line 27
print "Debug: connected!"
^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
MODSCAN:
File "/usr/bin/modscan", line 83
print "Starting Scan..."
^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
PLC SCAN:
File "/usr/bin/modscan", line 83
print "Starting Scan..."
^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: