Details
-
Bug
-
Status: Resolved
-
High
-
Resolution: Done
-
Oxygen, Fluorine, Neon
-
None
-
Ubuntu 16.04
-
High
Description
In Ubuntu 16.04, python3 is default python version, but idmtool is still using non-strict print syntax, so it won't work if we use python3, here is error information.
vagrant@odl:~$ python3 ./idmtool.py.orig
File "./idmtool.py.orig", line 143
print ''
^
SyntaxError: Missing parentheses in call to 'print'
In python3, print must use parentheses to embrace all the arguments.
Attachments
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 79939,1 | Fix idmtool print error in case of using python3 | master | aaa | Status: MERGED | +2 | +1 |
| 81074,1 | Fix idmtool print error in case of using python3 | stable/fluorine | aaa | Status: MERGED | +2 | +1 |