summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorJeremy Fleischman <jeremyfleischman@gmail.com>2025-08-01 13:23:25 -0700
committerJeremy Fleischman <jeremyfleischman@gmail.com>2025-08-01 13:23:25 -0700
commit66e3e1786dafdf3f635611b2e5a32e5ad651a16f (patch)
tree982d9a987515c0610c8320ecf2d5ecdfce98a761 /pkgs/development/python-modules/rangehttpserver
parent65a740fadfa49861fc4e083d0c083b673fa1afa2 (diff)
pympress: unbreak
`pympress` currently crashes: ```console $ pympress Traceback (most recent call last): ... File "/usr/lib/python3.13/site-packages/pympress/builder.py", line 79, in __translate_widget_strings for str_prop in (prop.name for prop in a_widget.props if prop.value_type == GObject.TYPE_STRING): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pympress/builder.py", line 79, in <genexpr> for str_prop in (prop.name for prop in a_widget.props if prop.value_type == GObject.TYPE_STRING): ^^^^^^^^^^^^^^ TypeError: 'gi._gi.GPropsIter' object is not iterable ``` This isn't really a pympress bug, it's an unfortunate interaction between Python 3 and pygobject. See <https://github.com/Cimbali/pympress/issues/330> for details.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions