We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
__file__
In GitLab by @Potatochup on Feb 28, 2020, 02:21
Half the point of importlib is to abstract the mess that is loading resources in python, but relying on __file__ on line https://gitlab.com/python-devs/importlib_metadata/-/blob/master/importlib_metadata/__init__.py#L591 is going causing me issues :)
I'd like to use this with python3.7 and pyoxidizer, but __file__ prevents that. see indygreg/PyOxidizer#69 for more
The text was updated successfully, but these errors were encountered:
In GitLab by @Potatochup on Feb 28, 2020, 02:35
closed
Sorry, something went wrong.
In GitLab by @Potatochup on Feb 28, 2020, 02:36
Looks like it was __name__, not __file__, filed this ticket in error sorry
__name__
No branches or pull requests
In GitLab by @Potatochup on Feb 28, 2020, 02:21
Half the point of importlib is to abstract the mess that is loading resources in python, but relying on
__file__
on line https://gitlab.com/python-devs/importlib_metadata/-/blob/master/importlib_metadata/__init__.py#L591 is going causing me issues :)I'd like to use this with python3.7 and pyoxidizer, but
__file__
prevents that. see indygreg/PyOxidizer#69 for moreThe text was updated successfully, but these errors were encountered: