Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serious unicode issue on Python 2.7 with subprocess.popen #21

Open
ChristianTremblay opened this issue Mar 10, 2015 · 1 comment
Open

Comments

@ChristianTremblay
Copy link
Contributor

gitExec function doesn't work anymore with folder having unicode caracters in them

There's also a few lines missing specific unicode encoding/deconding to 'utf-8' (like the os.walk function to browse directories)

Probably problems due to Python 2.7

@agateau
Copy link
Contributor

agateau commented Apr 3, 2015

I had a similar issue, but running gitcheck with python3 avoids them. Might be worth changing the shebangs of setup.py and gitcheck.py to #!/usr/bin/env python3.

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

No branches or pull requests

2 participants