-
-
Notifications
You must be signed in to change notification settings - Fork 49
Autodetect modules #27
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
Conversation
|
I'm probably going to go ahead and merge this when the macOS build is done. |
|
I just realized that PyInstaller might mess up when you try to run system modules since it modifies
|
|
|
|
||
|
|
||
| def _discover_modules_system() -> List[str]: | ||
| search_paths = os.environ["PATH"].split(":") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PATH might not be defined on Windows
|
This would be a sweet addition!
And it was almost done? What's the holdup? Should I test under Window$? |
|
Yeah testing on Windows (and macOS, but should be fine) is the blocker. |
|
Closing in favor of #56 |
This is a nice one.
"aw-")This makes it a lot easier to run manage whichever module/watcher you want with aw-qt.