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

spreading 'vsc' namespace across directories doesn't work with zipped eggs #205

Open
boegel opened this issue Oct 19, 2015 · 3 comments
Open

Comments

@boegel
Copy link
Member

boegel commented Oct 19, 2015

pkgutil.extend_path (used in all vsc/__init__.pys) doesn't work with zipped eggs

a patched version is available at NiklasRosenstein/python-localimport@7c0b9ef

@stdweird
Copy link
Member

we can ship localimport in vsc-base or vsc-install, can you make a PR that works?

@boegel
Copy link
Member Author

boegel commented Oct 19, 2015

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.

@boegel
Copy link
Member Author

boegel commented Nov 9, 2015

fixed with #212 by switching to pkg_resources.declare_namespace? @stdweird?

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

2 participants