spamlab-iee / os

An open source, cross-platform structural geology analysis software
GNU General Public License v3.0
25 stars 5 forks source link

Fix support for python 2.7 #1

Open endarthur opened 6 years ago

endarthur commented 6 years ago

Python 2.7 only works with excel spreadsheet files (.xls|.xlsx) for now, thanks to unicode literals headaches. Should sort this soon, if possible.

csv module seems to be the problem.

endarthur commented 5 years ago

Is it actually needed? With python 2.X effectively ending with this year, probably wouldn't be that useful.