From owner-freebsd-python@FreeBSD.ORG Thu Jun 7 18:35:33 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6B2C16A41F for ; Thu, 7 Jun 2007 18:35:33 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 1FE8C13C4C7 for ; Thu, 7 Jun 2007 18:35:32 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.4/8.13.4) with ESMTP id l57I18XP036681; Thu, 7 Jun 2007 14:01:09 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <466847E4.2050202@voidmain.net> Date: Thu, 07 Jun 2007 14:01:08 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.0 (X11/20070524) MIME-Version: 1.0 To: python@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: PyGTK Slowness X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 18:35:33 -0000 I have a program that I wrote that uses a multitude of modules but the main ones are MySQLdb and PyGTK. I hadn't used the program in awhile but the last time I used it it was very responsive. Now, after a few upgrades from 6.0 to 6.2 and plenty of port upgrades including moving to X 7.2 I have noticed that it is very slow. It actually hangs for up to 10 seconds when switching from record to record of a list. The list displays within some text boxes and the buttons move from record to record. Nothing too strange but I was wondering if any of the upgrades have slowed down PyGTK programs like this. -Tom