Python3 is not backwards compatible.
Solution 1:
Rewrite the scripts in compatible mode.
Solution 2:
In some way the system should detected whether Python2 is installed, and if it
is, use it. If only Python3 is installed, "please install Python2" type of
error message should be given.
Original issue reported on code.google.com by the....@gmail.com on 7 Jun 2012 at 8:38
Original issue reported on code.google.com by
the....@gmail.com
on 7 Jun 2012 at 8:38