wichert / lingua

Translation toolkit for Python
Other
46 stars 32 forks source link

python3 support #17

Closed delijati closed 10 years ago

delijati commented 11 years ago

maybe xlrd3 and xlwt3 yould be used to support xls imports exports

wosc commented 11 years ago

Just some quick notes about the status of the dependencies:

mstaniszczak commented 10 years ago

Are you have any plan for supporting python 3.x? Like I see now, babel supports python 3 (if you can believe https://github.com/mitsuhiko/babel/blob/master/setup.py), and in place of xlwt can be used xlwt-future.

wichert commented 10 years ago

Python 3 is fully supported now. The po-xls conversion tools have been moved to a separate package, which currently does not support Python 3. I'm going to close this ticket since lingua itself works on Python 3.