sewrite.py and se.py have to be upgraded to python 3. In particular, print commands have to be supplied with parenthesis, xrange has to be replaced with range, izip with zip, delete import of izip.
It is also important to use strings in the python 3 format, like b'1.2'.
sewrite.py and se.py have to be upgraded to python 3. In particular, print commands have to be supplied with parenthesis, xrange has to be replaced with range, izip with zip, delete import of izip. It is also important to use strings in the python 3 format, like b'1.2'.