Path: csiph.com!goblin2!goblin.stu.neva.ru!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python3': 0.05; 'cc:addr :python-list': 0.09; 'failed:': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'grepping': 0.16; 'magic': 0.16; 'message- id:@fido.openend.se': 0.16; 'occurred;': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'sees': 0.16; 'subject:gui': 0.16; 'subject:run': 0.16; 'to:addr:web.de': 0.16; 'verbose': 0.16; 'laura': 0.18; 'tests': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**1': 0.22; 'are.': 0.22; 'ok.': 0.22; 'produces': 0.22; 'errors': 0.23; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; '+0200,': 0.27; 'package.': 0.27; 'actual': 0.28; 'now?': 0.29; 'received:se': 0.29; 'subject:users': 0.29; 'url:se': 0.29; 'cc:no real name:2**1': 0.29; "i'd": 0.31; 'run': 0.33; 'useful': 0.33; 'file': 0.34; 'running': 0.34; 'gives': 0.35; 'skip:> 10': 0.35; 'subject:please': 0.35; 'but': 0.36; 'instead': 0.36; 'there': 0.36; 'mode': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'anything': 0.38; 'thank': 0.38; 'test': 0.39; 'your': 0.60; 'header:Message-Id:1': 0.61; 'details': 0.62; 'here.': 0.62; 'you.': 0.64; 'url:www2': 0.66; 'touch': 0.66; 'received:89': 0.80; '>of': 0.84; 'conclude': 0.84; 'otten': 0.84; 'url:out': 0.84 To: Peter Otten <__peter__@web.de> cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Linux users: please run gui tests In-Reply-To: Message from Peter Otten <__peter__@web.de> of "Fri, 07 Aug 2015 15:06:41 +0200." References: <87wpx7fsb9.fsf@Equus.decebal.nl> <87si7vfqwn.fsf@Equus.decebal.nl> <201508071238.t77CcY7n018432@fido.openend.se> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31694.1438955181.1@fido> Content-Transfer-Encoding: quoted-printable Date: Fri, 07 Aug 2015 15:46:21 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Fri, 07 Aug 2015 15:46:26 +0200 (CEST) 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: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438955193 news.xs4all.nl 2874 [2001:888:2000:d::a6]:52167 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95123 In a message of Fri, 07 Aug 2015 15:06:41 +0200, Peter Otten writes: >$ touch test.py >$ python -c import\ test >$ rm test.py >$ python3 -m test -ugui test_tk >/usr/bin/python3: bad magic number in 'test': b'\x03\xf3\r\n' > >>From that I'd conclude that your python3 sees a leftover python2 pyc ins= tead = >of the actual test package. Have a look at your working directory or = >PYTHONPATH. Right you are. Thank you. lac@smartwheels:~$ python3 -m test -ugui test_tk test_ttk_guionly test_idl= e [1/3] test_tk test test_tk failed -- multiple errors occurred; run in verbose mode for d= etails [2/3/1] test_ttk_guionly [3/3/1] test_idle 2 tests OK. 1 test failed: test_tk running python3 -v -m test -ugui test_tk 2>test_tk.out produces a whole lo= t of output. I put the file up here. http://www2.openend.se/~lac/test_tk.out But I don't think there is anything useful in it. grepping the file for 'failed' only gives you the same old est test_tk failed -- multiple errors occurred; run in verbose mode for de= tails What would you (Terry) like me to do now? Laura