Re: pathlib type error

2015-01-03 Thread Chris Angelico
On Sat, Jan 3, 2015 at 10:55 PM, Georg Grafendorfer georg.grafendor...@gmail.com 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 Type help, copyright, credits or license for more

pathlib type error

2015-01-03 Thread Georg Grafendorfer
Hi 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 Type help, copyright, credits or license for more information. from pathlib import Path p = Path(/etc) q = p / init.d Traceback (most recent call

Re: pathlib type error

2015-01-03 Thread Chris Angelico
On Sat, Jan 3, 2015 at 11:06 PM, Chris Angelico ros...@gmail.com wrote: On Sat, Jan 3, 2015 at 10:55 PM, Georg Grafendorfer georg.grafendor...@gmail.com 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