Hello all, I am trying to compile PyGTK to use the Linux framebuffer. I have compiled GTK 2.4.13 with framebuffer support and can successfully run gtk-demo on the Linux framebuffer with full functionality. When I compile PyGTK, it finds the old libraries (I had previously compiled GTK 2.4.3 for x11 a while ago) and not my newly installed GTK 2.4.13 linux-fb libraries. After a bit of poking through /usr/lib I found my gtk libs (libgtk-x11-*) and noticed I have a version for linux-fb (libgtk-linux-fb-*). Can anyone tell me how I can get PyGTK to compile against my linux-fb libs? I have found little on Google and only a mention of framebuffer on the PyGTK site manual for gtk.Fixed, mentioning that there was a win32/linux-fb port of PyGTK.
Also, I have searched the archives of this list for mentioning of framebuffer. It was mentioned once by James in 2001, where he said they were thinking of implementing functionality that would determine which output to use, framebuffer or X (http://www.daa.com.au/pipermail/pygtk/2001-March/000939.html). Has anyone had success with PyGTK and framebuffer? Thanks for your time! Aaron _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
