I use Lablgtk and all functions except the function "GdkPixbuf.from_file" work well. I can compile the code including the function "GdkPixbuf.from_file", but I can't execute it. When I type the command "./programname" to execute it, I get an error:
Fatal error: exception GdkPixbuf.GdkPixbufError(3, "Couldn't recognize the image file
format for file 'filename.jpg'")
The code which doesn't include the function "GdkPixbuf.from_file" can be executed. What should I do to make the function "GdkPixbuf.from_file" work well?