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
On Debian systems, when python3-gi-cairo is not installed, the error message you get is unhelpful:
$ sudo apt-get install python3-gi python3-cairo gir1.2-pango-1.0 python3-gi-cairo-⋮
$ ubanner fooTraceback (most recent call last): File ".../ubanner", line 129, in <module> main() File ".../ubanner", line 125, in main for line in lines: File ".../ubanner", line 41, in pango_render layout = PangoCairo.create_layout(ctx) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^KeyError: 'could not find foreign type Context'
What's going on here?
The text was updated successfully, but these errors were encountered:
On Debian systems, when
python3-gi-cairo
is not installed, the error message you get is unhelpful:What's going on here?
The text was updated successfully, but these errors were encountered: