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

Log every python library load error #1007

Closed
wants to merge 1 commit into from
Closed

Log every python library load error #1007

wants to merge 1 commit into from

Conversation

andrewm41
Copy link

Fix the situation when something happens while loading python2.7 library. Since it is loading first it's error is discarding and the error from only last python3 is shown.

This patch show every error with a note that there are some cases when it is normal.

Allows to debug python2 load library errors.

@inclement
Copy link
Member

I've added a slightly different check and improved error message as part of supporting different Python3 versions, which hopefully should resolve this problem.

@inclement inclement closed this Mar 4, 2017
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.

2 participants