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
from Application.stitch_cmd import * File "c:\Stitch-master\Application\stitch_cmd.py", line 70 print "" ^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
#60
from Application.stitch_cmd import *
File "c:\Stitch-master\Application\stitch_cmd.py", line 70
print ""
^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
is it outdated , should i use an older python version?
The text was updated successfully, but these errors were encountered:
from Application.stitch_cmd import *
File "c:\Stitch-master\Application\stitch_cmd.py", line 70
print ""
^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
is it outdated , should i use an older python version?
The text was updated successfully, but these errors were encountered: