Autodetect modules#27
Closed
ErikBjare wants to merge 6 commits into
Closed
Conversation
Member
Author
|
I'm probably going to go ahead and merge this when the macOS build is done. |
Member
Author
|
I just realized that PyInstaller might mess up when you try to run system modules since it modifies
|
Member
Author
|
ErikBjare
commented
Jul 3, 2018
|
|
||
|
|
||
| def _discover_modules_system() -> List[str]: | ||
| search_paths = os.environ["PATH"].split(":") |
Member
Author
There was a problem hiding this comment.
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$? |
Member
Author
|
Yeah testing on Windows (and macOS, but should be fine) is the blocker. |
4 tasks
3 tasks
Member
Author
|
Closing in favor of #56 |
vasuemme111
pushed a commit
to Ralvie-AI/aw-qt
that referenced
this pull request
Apr 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a nice one.
"aw-")This makes it a lot easier to run manage whichever module/watcher you want with aw-qt.