From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 99D1921F795 for ; Mon, 26 Oct 2015 04:17:25 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1445858241; bh=rQ1FXcV1uWHfLexTn2vQs8g/VdClqNoJffF3+u6mwvQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=jvPq/qcyhJvZOA6XZTIP7RuDBZSEhWQVx/Ewc2S9Rrpo1lZ3fLNT+SHwUYfuGYcaM eXzruh8DaPQr4LS8f8y0VHQN/kFKLZUYfWRG//gGKx/IX54Iv/BGuPCMjWg8yUBamf ydeJmiph4dJP0KIWqUJTixs/aN6i9h5PR8TP5gUk= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id CF864C4025B; Mon, 26 Oct 2015 12:17:20 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Richard Smith References: <562A5BE5.6010101@gmail.com> <8AAB9319-17D4-40E5-B5B6-DABCB63864CF@gmx.de> <562CF0E6.5050700@gmail.com> <562CFE58.9080806@gmail.com> <562D353D.9000308@gmail.com> <934B3B2E-F845-4A78-9FDA-E2CEA2AB434A@gmx.de> <562D3F3E.9050509@gmail.com> Date: Mon, 26 Oct 2015 12:17:20 +0100 In-Reply-To: <562D3F3E.9050509@gmail.com> (Richard Smith's message of "Sun, 25 Oct 2015 16:44:46 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87lhapop4v.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] Problems testing sqm (solved) X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 11:17:48 -0000 Richard Smith writes: > I am. Thats because new flent throws an exception on my laptop when I try to > plot. My laptio is a hybird Ubuntu LTS 12.04.5. Hybrid in that I have lots of > backports on it. > > Traceback (most recent call last): > File "/usr/local/bin/flent", line 9, in > load_entry_point('flent==0.12.4-git-31aed5e', 'console_scripts', 'flent')() > File > "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/__init__.py", > line 50, in run_flent > b.run() > File > "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/batch.py", > line 491, in run > return self.run_test(self.settings, self.settings.DATA_DIR, True) > File > "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/batch.py", > line 424, in run_test > formatter.format([res]) > File > "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/formatters.py", > line 282, in format > self.plotter.plot(results) > File > "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/plotters.py", > line 297, in plot > self.connect_interactive() > File > "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/plotters.py", > line 347, in connect_interactive > if self.interactive_callback or not self.can_highlight or not > self.figure.canvas.supports_blit: > AttributeError: 'FigureCanvasQTAgg' object has no attribute 'supports_blit' > > I've been meaning to file a bug, but just haven't gotten around to it > yet. I'll save you the trouble: Try the newest git and see if that works better :) Ah, the joy of supporting multiple matplotlib versions... -Toke