Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2024 15:23:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280016] x11/arandr: Fix runtime with python3.11
Message-ID:  <bug-280016-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280016

            Bug ID: 280016
           Summary: x11/arandr: Fix runtime with python3.11
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sbz@FreeBSD.org
          Reporter: cy@FreeBSD.org
          Assignee: sbz@FreeBSD.org
             Flags: maintainer-feedback?(sbz@FreeBSD.org)

Created attachment 251727
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D251727&action=
=3Dedit
Fix runtime with python3.11

Fix:

Traceback (most recent call last):
  File "/usr/local/bin/arandr", line 41, in <module>
    from screenlayout.gui import main
  File "/usr/local/lib/python3.11/site-packages/screenlayout/gui.py", line =
76,
i
n <module>
    class Application:
  File "/usr/local/lib/python3.11/site-packages/screenlayout/gui.py", line =
185,
in Application
    @actioncallback
     ^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/screenlayout/gui.py", line =
48,
i
n actioncallback
    argnames =3D inspect.getargspec(function)[0]
               ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mea=
n:
'g
etargs'?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280016-7788>