secrets crashes on launch

  • Open
  • quality assurance status badge
Details
2 participants
  • Lucas Van Laer
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Lucas Van Laer
Severity
normal
Merged with

Debbugs page

Lucas Van Laer wrote 2 years ago
(address . bug-guix@gnu.org)
8cc3f49f-2f94-4776-934f-a4f678480ebf@gmail.com
Traceback (most recent call last):
  File
"/gnu/store/xm51sy8wrzvf5ls6x5ls3cp03c45zr11-secrets-6.5/bin/.secrets-real",
line 66, in <module>
    main()
  File
"/gnu/store/xm51sy8wrzvf5ls6x5ls3cp03c45zr11-secrets-6.5/bin/.secrets-real",
line 57, in main
    from gsecrets.application import Application
  File
"/gnu/store/xm51sy8wrzvf5ls6x5ls3cp03c45zr11-secrets-6.5/lib/python3.10/site-packages/gsecrets/application.py",
line 10, in <module>
    from gsecrets.widgets.mod import load_widgets
  File
"/gnu/store/xm51sy8wrzvf5ls6x5ls3cp03c45zr11-secrets-6.5/lib/python3.10/site-packages/gsecrets/widgets/mod.py",
line 6, in <module>
    from gsecrets.password_generator_popover import
PasswordGeneratorPopover
  File
"/gnu/store/xm51sy8wrzvf5ls6x5ls3cp03c45zr11-secrets-6.5/lib/python3.10/site-packages/gsecrets/password_generator_popover.py",
line 8, in <module>
    from gsecrets.password_generator import generate as generate_pwd
  File
"/gnu/store/xm51sy8wrzvf5ls6x5ls3cp03c45zr11-secrets-6.5/lib/python3.10/site-packages/gsecrets/password_generator.py",
line 7, in <module>
    import pwquality
ModuleNotFoundError: No module named 'pwquality'
Maxim Cournoyer wrote 6 months ago
control message for bug #65587
(address . control@debbugs.gnu.org)
87h6ao5aaw.fsf@gmail.com
merge 65587 58285
quit
Maxim Cournoyer wrote 6 months ago
control message for bug #72271
(address . control@debbugs.gnu.org)
87frq85aad.fsf@gmail.com
merge 72271 58285
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65587@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65587
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help