Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.03; 'error:': 0.07; 'python3': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'amd64': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:type': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'linux': 0.33; 'running': 0.33; 'received:google.com': 0.35; 'machine.': 0.36; 'should': 0.36; 'pm,': 0.38; 'unable': 0.39; '2014,': 0.84; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=DJ65ya/i+A+mTyf7/oxYq0a/Zir4W29m6uM5di+1OgY=; b=JodR84NL5S/PT6FzeTZ/g6yq2zcyXP3BiDpdR7zfynK6BdIB6AKAi+nVjZgaVS57fK Ndx+pb08dNewXKWQkpH+muyTNAjbql1cq7F3gu7FWlFDhP/k7nI3RkGF6gCy4Pj9fM2P yVXrAh6mX2Sba6zHsYJPYCRpWsS03Pt4Jn+dewwPDgNNwgSIodBecUqb9X4UAr53IG8G 434NhkaZWWzasHy1ll5jyOOO24g7xY1Iug9uYBWMm0PqN18XwayUh9eveDior2eWfiTx TMLreLh1Gd70I7QZLKuAWMTvraeTuBVPETbVMZqUqeCIaShHmmxbzaPl9u3wd/rnI7QP 7s9w== MIME-Version: 1.0 X-Received: by 10.107.160.143 with SMTP id j137mr12937968ioe.43.1420286828303; Sat, 03 Jan 2015 04:07:08 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Jan 2015 23:07:08 +1100 Subject: Re: pathlib type error From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420286837 news.xs4all.nl 2842 [2001:888:2000:d::a6]:57557 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83156 On Sat, Jan 3, 2015 at 11:06 PM, Chris Angelico wrote: > On Sat, Jan 3, 2015 at 10:55 PM, Georg Grafendorfer > wrote: >> I'm using Debian 8 Jessie on an AMD64 machine. >> Getting this error: >> >> ~$ python3 >> Python 3.4.2 (default, Oct 8 2014, 10:45:20) >> [GCC 4.9.1] on linux > > Unable to reproduce: > > rosuav@dewey:~$ python3 > Python 3.4.2 (default, Oct 8 2014, 10:45:20) > [GCC 4.9.1] on linux Should have clarified: Dewey is also running Debian Jessie. ChrisA