You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Miniforge Python distribution on an M1 Mac. All dependencies appear to be available. I made a minor change to artwork.py (see #82), adding gi.require_version('GdkPixbuf', '2.0'). I get the following:
$ python3 -m photocollage.gtkgui
$
It immediately exits with exit code 0 (EXIT_SUCCESS). No window appears.
The text was updated successfully, but these errors were encountered:
I'm using the Miniforge Python distribution on an M1 Mac. All dependencies appear to be available. I made a minor change to
artwork.py
(see #82), addinggi.require_version('GdkPixbuf', '2.0')
. I get the following:It immediately exits with exit code 0 (
EXIT_SUCCESS
). No window appears.The text was updated successfully, but these errors were encountered: