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

Subdirectory file structure not supported #253

Closed
s0mnaths opened this issue Feb 19, 2024 · 0 comments
Closed

Subdirectory file structure not supported #253

s0mnaths opened this issue Feb 19, 2024 · 0 comments

Comments

@s0mnaths
Copy link

I am using pluginlib to add the plugin architecture to my application. However, I want to maintain a good folder structure, something like

├── project
│   ├── plugins
│   │   ├── plugin_parents.py
│   │   ├── plugin1.py
│   │   ├── plugin2.py
│   ├── main.py
│   ├── plugins_list.txt
│   ├── requests.py

However, it gives me the error saying plugin1 not found when I run the program. I tried passing absolute paths too. I'm able to use pluginlib only when all the files are in the same directories.

Can you help me with this?
Thank you.

@s0mnaths s0mnaths closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
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