Skip to content

Various fixes #539

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

Merged
merged 2 commits into from
Dec 15, 2015
Merged

Various fixes #539

merged 2 commits into from
Dec 15, 2015

Conversation

kived
Copy link
Contributor

@kived kived commented Dec 15, 2015

Improve installed package detection:
Always use site_packages_name if possible, and replace . with / to handle namespaced packages (i.e. zope.interface).

Fix decode error on py2:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)

Allow console width to be set via COLUMNS env var:
Avoids invalid ioctl errors and allows custom console width when running in a non-standard terminal (like PyCharm debugger).

kived added a commit that referenced this pull request Dec 15, 2015
@kived kived merged commit e6de4c8 into kivy:master Dec 15, 2015
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