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
pkgutil.extend_path (used in all vsc/__init__.pys) doesn't work with zipped eggs
pkgutil.extend_path
vsc/__init__.py
a patched version is available at NiklasRosenstein/python-localimport@7c0b9ef
The text was updated successfully, but these errors were encountered:
we can ship localimport in vsc-base or vsc-install, can you make a PR that works?
localimport
Sorry, something went wrong.
I'd like to understand why this is somehow not a problem if for example both vsc-base and vsc-mympirun are installed as zipped .eggs.
vsc-base
vsc-mympirun
.egg
fixed with #212 by switching to pkg_resources.declare_namespace? @stdweird?
pkg_resources.declare_namespace
No branches or pull requests
pkgutil.extend_path
(used in allvsc/__init__.py
s) doesn't work with zipped eggsa patched version is available at NiklasRosenstein/python-localimport@7c0b9ef
The text was updated successfully, but these errors were encountered: