-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
virtmanager: Fix python import error #26375
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
@midchildan, thanks for your PR! By analyzing the history of the files in this pull request, we identified @qknight, @fpletz and @offlinehacker to be potential reviewers. |
Likely caused by aa86d9f. By including the current |
None of the dependencies specified by |
@midchildan then it is alright, at least now. One more thing, can you check whether the programs works properly if you use |
@FRidh I just tried, but it doesn't work when I use |
@midchildan ah, right, that's because |
Oops, sorry. I tried again, and |
If you like to test further, please do. Otherwise, I like to merge the |
075a9fd
to
7060a69
Compare
I'm okay with it. |
Tested. Thanks! |
Motivation for this change
PYTHONPATH
was not set when running virt-manager, resulting in the following error:Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)