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

gpgme issue with torbrowser-launcher #53602

Closed
Clos3y opened this issue Dec 20, 2024 · 1 comment
Closed

gpgme issue with torbrowser-launcher #53602

Clos3y opened this issue Dec 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Clos3y
Copy link
Contributor

Clos3y commented Dec 20, 2024

Is this a new report?

Yes

System Info

Void 6.6.66_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFF

Package(s) Affected

torbrowser-launcher-0.3.7_2

Does a report exist for this bug with the project's home (upstream) and/or another distro?

Expected behaviour

torbrowser-launcher should run

Actual behaviour

Traceback (most recent call last):
  File "/usr/bin/torbrowser-launcher", line 30, in <module>
    import torbrowser_launcher
  File "/usr/lib/python3.13/site-packages/torbrowser_launcher/__init__.py", line 37, in <module>
    from .common import Common, SHARE
  File "/usr/lib/python3.13/site-packages/torbrowser_launcher/common.py", line 37, in <module>
    import gpg
  File "/usr/lib/python3.13/site-packages/gpg/__init__.py", line 123, in <module>
    from . import core
  File "/usr/lib/python3.13/site-packages/gpg/core.py", line 10, in <module>
    from . import gpgme
ImportError: cannot import name 'gpgme' from partially initialized module 'gpg' (most likely due to a circular import) (/usr/lib/python3.13/site-packages/gpg/__init__.py)

Steps to reproduce

  1. $ torbrowser-launcher
@Clos3y Clos3y added bug Something isn't working needs-testing Testing a PR or reproducing an issue needed labels Dec 20, 2024
@classabbyamp
Copy link
Member

#53604

@classabbyamp classabbyamp removed the needs-testing Testing a PR or reproducing an issue needed label Dec 21, 2024
@sgn sgn closed this as completed Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants