Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '3.2': 0.05; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'received:gator410.hostgator.com': 0.09; 'subject:Problem': 0.09; 'tkinter': 0.09; '~ethan~': 0.09; 'wrote:': 0.14; '(besides': 0.16; 'nick': 0.16; 'received:72.11': 0.16; 'received:72.11.125': 0.16; 'received:72.11.125.166': 0.16; 'wandering': 0.16; 'cc:addr :python-list': 0.17; 'convert': 0.19; 'header:In-Reply-To:1': 0.21; "haven't": 0.22; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'code': 0.24; 'posted': 0.25; "i'm": 0.27; 'problem': 0.28; 'all,': 0.30; 'cc:addr:python.org': 0.30; 'ran': 0.30; 'looks': 0.31; 'this.': 0.31; 'post': 0.33; 'starting': 0.33; "i've": 0.33; 'causing': 0.34; 'header:User-Agent:1': 0.35; 'actual': 0.36; 'problems': 0.36; 'problem.': 0.38; 'docs': 0.38; 'subject:: ': 0.38; 'received:websitewelcome.com': 0.67; 'subject:class': 0.84 Date: Thu, 02 Jun 2011 12:56:35 -0700 From: Ethan Furman User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Nick Buchholz Subject: Re: Problem porting class to python3.2 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator410.hostgator.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stoneleaf.us X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: mail.admailinc.com ([192.168.10.136]) [72.11.125.166]:1926 X-Source-Auth: ethan+stoneleaf.us X-Email-Count: 1 X-Source-Cap: dG9idWs7dG9idWs7Z2F0b3I0MTAuaG9zdGdhdG9yLmNvbQ== Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307043820 news.xs4all.nl 49181 [::ffff:82.94.164.166]:60792 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6883 Nick Buchholz wrote: > Hi all, > I've been wandering through the DOCs for an hour and haven't found a solution to this > I'm just starting to convert from 2.5 to 3.2 and I have a problem. I have a code that looks like this. I just ran the posted code in both 2.5 and 3.2 and experienced no problems (besides the tkinter name change). Please post the actual code that is causing the problem ~Ethan~