ankitsohaliya / mansos

Automatically exported from code.google.com/p/mansos
0 stars 0 forks source link

Python3 breaks MansOS scripts #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed, using solution 1.

Original comment by atis.el...@gmail.com on 3 Jul 2012 at 12:05