Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Python 3.x by using the use_2to3 option
This library does not support Python 3.x because it uses `unicode` and `long` functions in `writer.py`. Fix the problem by using the `use_2to3` option in `setup.py`.
- Loading branch information
a0af798
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a real issue now, pypa/setuptools#2086. Is it possible to rewrite
writer.py
?