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

Fix incorrect site-packages path breaking keyboard test app at runtime #1610

Merged
merged 1 commit into from
Jan 26, 2019

Conversation

ghost
Copy link

@ghost ghost commented Jan 25, 2019

The keyboard app crashes at launch right now because it has outdated assumptions about the site packages folder and it tries to list things from there. This changes the path accordingly, and avoids a crash in the future if the path shouldn't be present/moved again.

@ghost ghost changed the title [WIP] Fix incorrect site-packages path breaking app at runtime [WIP] Fix incorrect site-packages path breaking keyboard test app at runtime Jan 25, 2019
@ghost ghost force-pushed the JonasT-fix-keyboardapp branch from 47a6433 to 78ca9e6 Compare January 25, 2019 19:45
@ghost ghost changed the title [WIP] Fix incorrect site-packages path breaking keyboard test app at runtime Fix incorrect site-packages path breaking keyboard test app at runtime Jan 25, 2019
@ghost
Copy link
Author

ghost commented Jan 25, 2019

Ok, tested it with python3 and it works! (app launches, I can type things and there's no crash)

AndreMiras
AndreMiras previously approved these changes Jan 25, 2019
@ghost ghost changed the title Fix incorrect site-packages path breaking keyboard test app at runtime [WIP] Fix incorrect site-packages path breaking keyboard test app at runtime Jan 25, 2019
@ghost
Copy link
Author

ghost commented Jan 25, 2019

Ah right, I added a duplicate sys import. I'll remove it & retest, hang on

The keyboard app crashes at launch right now because it has outdated assumptions about the site packages folder and it tries to list things from there. This changes the path accordingly, and avoids a crash in the future if the path shouldn't be present/moved again.
@ghost ghost force-pushed the JonasT-fix-keyboardapp branch from 78ca9e6 to 4668991 Compare January 25, 2019 21:00
@ghost ghost changed the title [WIP] Fix incorrect site-packages path breaking keyboard test app at runtime Fix incorrect site-packages path breaking keyboard test app at runtime Jan 26, 2019
@ghost
Copy link
Author

ghost commented Jan 26, 2019

tested, can run keyboard app fine 👍

@AndreMiras AndreMiras merged commit 551a34e into master Jan 26, 2019
@AndreMiras AndreMiras deleted the JonasT-fix-keyboardapp branch January 26, 2019 20:42
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