Le lundi 12 septembre 2005 à 21:57 +0200, Yann Dirson a écrit : > I infer from your questions that you cannot reproduce ?
No, and we would already have a bunch of dups if pygtk was broken, that seems to be specific to your installation. > FWIW, a search for _gtk on the output of "strace -efile -f" (with some > context, since all 3 matches are grouped) shows: > > 6718 stat64("/usr/lib/python2.3/site-packages/gtk-2.0/gtk/_gtk", 0xbfffba2c) > = -1 ENOENT (No such file or directory) > 6718 open("/usr/lib/python2.3/site-packages/gtk-2.0/gtk/_gtk.so", > O_RDONLY|O_LARGEFILE) = 6 > 6718 fstat64(6, {st_mode=S_IFREG|0644, st_size=1444468, ...}) = 0 > 6718 open("/usr/lib/python2.3/site-packages/gtk-2.0/gtk/_gtk.so", O_RDONLY) > = 7 > 6718 fstat64(7, {st_mode=S_IFREG|0644, st_size=1444468, ...}) = 0 > 6718 stat64("/usr/lib/python2.3/encodings/utf_8", 0xbfffad4c) = -1 ENOENT > (No such file or directory) Seems to be ok. Does a "import gtk._gtk" work? If not what does it say? Cheers, Sebastien Bacher