Hi, As some of you may know we have a variety of GTK+ installers for the Windows platform. This produces some problems of consistency like how to check where are the gtk dlls to include them in our path when running a pygtk program.
So I asked the maintainers of this installers and this is what I got: Installer Dlls Location Extra stuff Registry key -------------------------------------------------------------------- Gimp Installer bin Fontconfig Yes(1) Dropline Installer lib no Yes(2) Gaim Installer bin no Yes(2) (1) The path is HKLM\Software\GTK\2.0\Path + "bin" (2) The path is HKLM/SOFTWARE/GTK/2.0/Dllpath There is no offical installer. Tor Lillqvist said the even his packages are not official, "The only official GTK+ distribution is the source one". Hope this help to pygtk Windows developers. Lorenzo _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
