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

egg-link not resolved #417

Closed
mrclary opened this issue Apr 4, 2022 · 1 comment
Closed

egg-link not resolved #417

mrclary opened this issue Apr 4, 2022 · 1 comment

Comments

@mrclary
Copy link

mrclary commented Apr 4, 2022

Recently, py2app began copying .egg-info and .dist-info files on building application bundles (yeah!). However, when a package is installed in editable mode (i.e. with the -e flag), the .egg-link symlinks are not resolved and therefore the target egg-info is not copied to the app.

@ronaldoussoren
Copy link
Owner

The commit above seems to fix the problem for me.

Interestingly, this may also help me track down the lowercase app name in #414, the project that I was using has a subdirectory that contains the distribution that was installed with "pip install -e", and the name of that subdirectory is for some reason used as the name of the app bundle. Very weird...

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