-
Notifications
You must be signed in to change notification settings - Fork 89
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
TypeError: 'gi._gi.GPropsIter' object is not iterable #330
Comments
The properties iterator is not iterable… that’s interesting. Can you share the 2 first lines of your log file? It should give all the detailed versions of dependencies – Gtk etc. |
I am not sure where is located the log file, over ~/.config no directory called pympress.
|
Logs should be under |
Yes, there is |
With docker is easy to reproduce
|
Ok this is technically a bug in Temporary fixes are:
(i.e. don’t rely on the conversion to an iterator.) This patch can be added in AUR or wherever people use python 3.13 early. If I see no movement to fix the issue in GObject I’ll merge this in main. |
Thanks, just in time for my talk today 😄 It is working and was patched in AUR. |
Great! Let's keep this open for now to not forget about it though. |
Describe the bug
When I start the program with python 3.13 we have the following error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open the gui.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: