From owner-freebsd-python@FreeBSD.ORG Wed Nov 13 11:59:22 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36084315 for ; Wed, 13 Nov 2013 11:59:22 +0000 (UTC) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C60CB2B40 for ; Wed, 13 Nov 2013 11:59:21 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id b11so184940eae.11 for ; Wed, 13 Nov 2013 03:59:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=6uTs17cRoKX9PeasT0i/aPM3JW4HcBTrXX/jMJPJA4k=; b=fXaXSvPpxaST315GCgMx7yoOONs2UFdZx8I/cNTUtbskX18ET8UFu0nGvCwSk3HQKp SDCqZ/rWSkOYqwDvsEHbY8o/nc1xElSCpgfaXzm32Qrflb29pB/nRrMwZAN1sAGm1K+M 7vMVRa3hxJXALuX875HUVyYd/3nJbAIy6zwNfmV2grgAJl2kMkP0Iu+eGJ0CalBtI9hI oFwmSoyuqJtB+9vjHiDBfDN+i5Ixkn+VtFK3PjR8oIYVKmDo9LNPNJCLKIP9Khuh807D Kec5XNoI/n+Hep5uyoTcLP2IfH//cq7vDgupMta8vas71r+rNzaa1ETLGOXNB/40qIXK u5Ww== X-Received: by 10.14.95.69 with SMTP id o45mr21110eef.107.1384343960192; Wed, 13 Nov 2013 03:59:20 -0800 (PST) Received: from gmail.com (host158-144-dynamic.41-79-r.retail.telecomitalia.it. [79.41.144.158]) by mx.google.com with ESMTPSA id h8sm87570495eew.16.2013.11.13.03.59.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Nov 2013 03:59:19 -0800 (PST) Date: Wed, 13 Nov 2013 12:59:17 +0100 From: Claudio To: python@FreeBSD.org Subject: Latest update broke py-ranger Message-ID: <20131113115915.GA14390@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 11:59:22 -0000 Hello, Sorry to bother with such a trivial question but since the last update (2.7.5_4)on FreeBSD-10.0-BETA3 py-ranger does not work propery anymore: ranger version: 1.6.1, executed with python 2.7.5 Locale: en_US.UTF-8 Current file: /usr/home/clod/Desktop Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/ranger/core/main.py", line 133, in main fm.loop() File "/usr/local/lib/python2.7/site-packages/ranger/core/fm.py", line 310, in loop ui.redraw() File "/usr/local/lib/python2.7/site-packages/ranger/gui/ui.py", line 250, in redraw self.poke() File "/usr/local/lib/python2.7/site-packages/ranger/gui/displayable.py", line 238, in poke displayable.poke() File "/usr/local/lib/python2.7/site-packages/ranger/gui/widgets/browserview.py", line 364, in poke self.resize(self.y, self.x, self.hei, self.wid) File "/usr/local/lib/python2.7/site-packages/ranger/gui/widgets/browserview.py", line 277, in resize DisplayableContainer.resize(self, y, x, hei, wid) File "/usr/local/lib/python2.7/site-packages/ranger/gui/displayable.py", line 161, in resize x, y, hei, wid), bad=True) File "/usr/local/lib/python2.7/site-packages/ranger/core/actions.py", line 121, in notify raise Exception(str(text)) Exception: Warning: Subwindow size out of bounds for (x = 0, y = 30196640, hei = 22, wid = 80) What could the cause be? Thank you Claudio