Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python3': 0.05; 'creighton': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'skip:> 50': 0.16; 'subject:gui': 0.16; 'subject:run': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'tests': 0.18; 'library': 0.20; 'tkinter': 0.22; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; "skip:' 70": 0.29; 'subject:users': 0.29; "i'm": 0.30; 'subject:please': 0.35; 'something': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'shared': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'your': 0.60; 'believe': 0.66; 'hate': 0.66 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Peter Otten <__peter__@web.de> Subject: Re: Linux users: please run gui tests Date: Sat, 08 Aug 2015 09:53:45 +0200 Organization: None References: <87wpx7fsb9.fsf@Equus.decebal.nl> <87si7vfqwn.fsf@Equus.decebal.nl> <201508071238.t77CcY7n018432@fido.openend.se> <201508071346.t77DkL2t031696@fido.openend.se> <201508071701.t77H1Csn004579@fido.openend.se> <201508072035.t77KZscG013517@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: p57bd9278.dip0.t-ipconnect.de User-Agent: KNode/4.13.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439020437 news.xs4all.nl 2938 [2001:888:2000:d::a6]:45848 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3520 X-Received-Body-CRC: 1135092018 Xref: csiph.com comp.lang.python:95164 Laura Creighton wrote: >>This leads me to believe that your tests and the tkinter shared library >>may not match. Does >> >>$ python3 -c 'import _tkinter; print(_tkinter)' >>>dynload/_tkinter.cpython-34m-x86_64-linux-gnu.so'> >> >>show something suspicious? > > lac@smartwheels:~$ python3 -c 'import _tkinter; print(_tkinter)' > '/usr/lib/python3.4/lib-dynload/_tkinter.cpython-34m-x86_64-linux-gnu.so'> I hate to say it, but at the moment I'm out of ideas on what to investigate.