I assume that your compiling pygtk yourself, and not using the packaging system for your distribution (which takes care of these things for you). I believe PyGTK autodetects if cairo library + cairo development files are installed on your system during configure, so make sure you have those installed.
The important thing in there is "cairo development files". --Jacob On Fri, 2006-04-07 at 12:27 -0400, Pierre Thibault wrote: > Hello, > > I don't have the module pangocairo with my installation of pygtk. I have > cairo but not pangocairo. How can I add this module? > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
