Closed athiraam closed 7 years ago
This line had to be changed in mesa.py for it to work in my python version, from fout=file(file_out,'w') to fout=open(file_out,'w').
Thanks to Christian for helping out with this.
Just saw it now.
This issue is closed by #32
Thanks @nhard
This line had to be changed in mesa.py for it to work in my python version, from fout=file(file_out,'w') to fout=open(file_out,'w').
Thanks to Christian for helping out with this.