Skip to content

Conversation

@leyarotheconquerer
Copy link
Contributor

@leyarotheconquerer leyarotheconquerer commented Feb 17, 2018

I noticed that people occasionally had trouble building the project, particularly on Windows, so I thought it might be good to have a binary distribution.

I'm not an Appveyor expert, but here's an attempt at making an automatic Windows build based off master. If there're any improvements you think we should make, feel free to let me know.

Basically make the character encoding explicit for input and output streams
We still want the files to be read in as UTF-8, but the encoding
argument wasn't introduced in argparse for Python 2.7.

Instead we try to read the files in as a byte stream and convert it to
unicode when necessary.
@leyarotheconquerer leyarotheconquerer changed the title Appveyor Add Appveyor Build Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant