Skip to content
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

"ValueError: Namespace PangoAttrCast not available" when trying to run Labyrinth (gtk3 branch) #33

Open
mknepper opened this issue Jul 1, 2022 · 1 comment

Comments

@mknepper
Copy link

mknepper commented Jul 1, 2022

This is what I get when I run labyrinth:

ValueError: Namespace PangoAttrCast not available

Debian testing is the distro I'm using for running this.

@takluyver
Copy link
Member

This was one of the bits missing from Pango, so I made a tiny little module to expose the necessary functionality through GObject introspection. You'll need that built and installed to run the gtk3 branch at present (I said it was a WIP, right? 😉 ).

Since then, the necessary pieces got added to Pango, so if you've got Pango >= 1.50, it should be possible to get rid of PangoAttrCast again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants