9

My pygtk program writes this warning to stderr:

Gtk-Message: Failed to load module "canberra-gtk-module" 

libcanberra seems to be a library for sound.

My program does not use any sound. Is there a way to disable this error message?

Installing libcanberra is not a solution.

2

1 Answer 1

8

I solved it by running

 sudo apt-get install libcanberra-gtk* 

you can try it.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.