Loïc Minier wrote:
On Fri, May 16, 2008, Manuel Metz wrote:
Minor comment: I didn't re-build pygtk (how can I), I only rebuild
matplotlib from svn, but debian matplotlib failed before, too.
Please try rebuilding pygtk; we're working on a patch for versions
built against older python2.5 too.
To rebuild pygtk, see the first steps of e.g.:
http://wiki.debian.org/HowToGetABacktrace
(apt-get install, apt-get build-dep, and apt-get -b; no need for
DEB_BUILD_OPTS)
... it's me again ... I can not even run a very simple gtk app:
import gtk
win = gtk.Window(gtk.WINDOW_TOPLEVEL)
win.set_title("GTK Simple Test")
win.connect("delete-event", gtk.main_quit)
win.realize()
win.show_all()
gtk.main()
It's the same behavior - switching back to python-gtk2: 2.12.1-1
everything works fine again.
Manuel
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]