Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.080 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'attribute': 0.07; 'subject:module': 0.09; 'class),': 0.16; 'received:172.18.0': 0.16; 'thanks,': 0.17; 'print': 0.22; 'subject:problem': 0.24; 'header:Received:8': 0.24; 'header:In-Reply-To:1': 0.27; 'resolution': 0.29; 'that.': 0.31; 'sea': 0.31; 'problem': 0.35; 'subject:with': 0.35; 'really': 0.36; "didn't": 0.36; 'charset:us- ascii': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'is.': 0.60; 'received:unknown': 0.61; 'show': 0.63; 'believe': 0.68; 'lol,': 0.84 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=OwXf4AQYS7J10u4+/2kpCX1VHJ+qeA/E1g375LKBsDQ= c=1 sm=1 a=eJEzyRHMBusA:10 a=7PYXob_7ZXMA:10 a=P90J6pEA2ccA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=oNw28mxuUhXRB3mVwYQ4Ag==:17 a=OG4mpHIvPnVELTOuW80A:9 a=CjuIK1q_8ugA:10 a=7Ee4PpPY47oA:10 a=5bs3mBTv5Z8A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=activenetwerx.com; s=default; t=1400001394; bh=Yc3dbPR47MK48O5QQi8Cs7MnXu9/mPfw666naeTO4vA=; h=From:To:Subject:Date:References:In-Reply-To; b=wjBJeX4iSYZ6kXI0ZiWLSHUhKeVbqEcGCmqTTERee6oxUO/555P7PabaO5fKItwY+ 5gS2yVz8H6DVx/mL6q4u4npJ1pojYmqikH0VWjTgFJfWkPrEZI0fg8BB0QyfqSNbvF yNo2vE+yR6VRPSuv9adIHsRoCZov/cUxCNh/jdIQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=activenetwerx.com; s=default; t=1400001394; bh=Yc3dbPR47MK48O5QQi8Cs7MnXu9/mPfw666naeTO4vA=; h=From:To:Subject:Date:References:In-Reply-To; b=wjBJeX4iSYZ6kXI0ZiWLSHUhKeVbqEcGCmqTTERee6oxUO/555P7PabaO5fKItwY+ 5gS2yVz8H6DVx/mL6q4u4npJ1pojYmqikH0VWjTgFJfWkPrEZI0fg8BB0QyfqSNbvF yNo2vE+yR6VRPSuv9adIHsRoCZov/cUxCNh/jdIQ= X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.activenetwerx.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.1 From: "Joseph L. Casale" To: Python Subject: RE: Exception problem with module Thread-Topic: Exception problem with module Thread-Index: AQHPbsriLeIN+SWW90mOr8A0k8UUz5s/IiyA//+dpfA= Date: Tue, 13 May 2014 17:16:21 +0000 References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.18.0.4] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400001396 news.xs4all.nl 2845 [2001:888:2000:d::a6]:42154 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71505 > Best would be to print out what's in a_new_name to see if it really is=0A= > what you think it is. If you think it is what you think it is, have a=0A= > look at its __mro__ (method resolution order, it's an attribute of=0A= > every class), to see what it's really inheriting. That should show you=0A= > what's happening.=0A= =0A= Lol,=0A= In a sea of frustration with this, I cant believe I didn't do that. Problem= =0A= solved.=0A= =0A= Thanks,=0A= jlc=