Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934024 - x11-wm/xpra-6.0.1: ModuleNotFoundError: No module named 'xpra.net.http'
Summary: x11-wm/xpra-6.0.1: ModuleNotFoundError: No module named 'xpra.net.http'
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Zander
URL: https://github.com/Xpra-org/xpra/issu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-10 22:58 UTC by Luke-Jr
Modified: 2024-07-07 17:00 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2024-06-10 22:58:38 UTC
xpra main error:
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/xpra/scripts/main.py", line 138, in main
    return run_mode(script_file, cmdline, err, options, args, mode, defaults)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xpra/scripts/main.py", line 521, in run_mode
    return do_run_mode(script_file, cmdline, error_cb, options, args, full_mode, defaults)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xpra/scripts/main.py", line 604, in do_run_mode
    return run_server(script_file, cmdline, error_cb, options, args, full_mode, defaults)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xpra/scripts/main.py", line 2096, in run_server
    return do_run_server(script_file, cmdline, error_cb, options, args, full_mode, str(display or ""), defaults)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xpra/scripts/server.py", line 778, in do_run_server
    return _do_run_server(script_file, cmdline,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xpra/scripts/server.py", line 1534, in _do_run_server
    app = make_seamless_server(clobber)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/xpra/scripts/server.py", line 337, in make_seamless_server
    from xpra.x11.server.seamless import SeamlessServer
  File "/usr/lib/python3.12/site-packages/xpra/x11/server/seamless.py", line 35, in <module>
    from xpra.x11.server.base import X11ServerBase
  File "/usr/lib/python3.12/site-packages/xpra/x11/server/base.py", line 19, in <module>
    from xpra.x11.server.core import X11ServerCore, XTestPointerDevice
  File "/usr/lib/python3.12/site-packages/xpra/x11/server/core.py", line 30, in <module>
    from xpra.server.gtk_server import GTKServerBase
  File "/usr/lib/python3.12/site-packages/xpra/server/gtk_server.py", line 22, in <module>
    from xpra.server.base import ServerBase
  File "/usr/lib/python3.12/site-packages/xpra/server/base.py", line 13, in <module>
    from xpra.server.core import ServerCore
  File "/usr/lib/python3.12/site-packages/xpra/server/core.py", line 23, in <module>
    from xpra.net.http.common import HTTP_UNSUPORTED
ModuleNotFoundError: No module named 'xpra.net.http'
Comment 1 Paul Zander 2024-06-11 00:21:58 UTC
How do you expect anyone to do something with this bug report? You are missing the bare minimum.

There is no emerge --info x11-wm/xpra, no information what your actual executed commandline was.
Comment 2 Luke-Jr 2024-07-07 17:00:44 UTC
At the very least, add REQUIRED_USE=html to affected versions?