[Bug 280016] x11/arandr: Fix runtime with python3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jun 2024 15:23:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280016 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=251727&action=edit 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 = inspect.getargspec(function)[0] ^^^^^^^^^^^^^^^^^^ AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'g etargs'? -- You are receiving this mail because: You are the assignee for the bug.