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

from import #5

Open
alicera opened this issue Sep 28, 2021 · 0 comments
Open

from import #5

alicera opened this issue Sep 28, 2021 · 0 comments

Comments

@alicera
Copy link

alicera commented Sep 28, 2021

If the two project have the same utils folder, how to import it from different package?
If the package_name2 have the main.py and use utils. I find the python always search the package_name1 utils

project_name
├── src
│   └── package_name1
│       ├── utils
│       └── __init__.py
│   └── package_name2
│       ├──  utils
│       └── __init__.py
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