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

Error in when normalizing path of some modules #107

Closed
tcalmant opened this issue Dec 6, 2019 · 0 comments
Closed

Error in when normalizing path of some modules #107

tcalmant opened this issue Dec 6, 2019 · 0 comments

Comments

@tcalmant
Copy link
Owner

tcalmant commented Dec 6, 2019

Seems like some DLL-based modules (.pyd) don't have a __path__ set.
This causes a TypeError exception in pelix.framework.normalize_path.

The proposed solution is to just check if __path__ is set before updating it.

(Issue encountered with Python 3.7)

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

1 participant