Re: Installing on linux - missing devel packages

2016-01-21 Thread Frank Millman
On 2016-01-21, Chris Angelico wrote: On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. It is easy enough to download the source and run ./configure;make;make altinstall. But then I find that I cannot import gzip because

Re: Installing on linux - missing devel packages

2016-01-21 Thread Zachary Ware
On Thu, Jan 21, 2016 at 1:18 AM, Frank Millman wrote: > Hi all > > Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. > > It is easy enough to download the source and run ./configure;make;make > altinstall. But then I find that I cannot import gzip because zlib-devel is > missing

Re: Installing on linux - missing devel packages

2016-01-21 Thread Wolfgang Maier
On 1/21/2016 8:27, Chris Angelico wrote: This is a Linux packaging question, more than a Python one. On Debian systems, the way to do that is "apt-get build-dep python3"; check your own package manager for an equivalent - it'll probably be called builddep or similar. Yes, you'd run: dnf buil

Re: Installing on linux - missing devel packages

2016-01-21 Thread Grant Edwards
On 2016-01-21, Chris Angelico wrote: > On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: >> Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. >> >> It is easy enough to download the source and run ./configure;make;make >> altinstall. But then I find that I cannot import gzi

Re: Installing on linux - missing devel packages

2016-01-20 Thread Chris Angelico
On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: > Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. > > It is easy enough to download the source and run ./configure;make;make > altinstall. But then I find that I cannot import gzip because zlib-devel is > missing. I fix tha

Installing on linux - missing devel packages

2016-01-20 Thread Frank Millman
Hi all Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. It is easy enough to download the source and run ./configure;make;make altinstall. But then I find that I cannot import gzip because zlib-devel is missing. I fix that, then I find that sqlite-devel is missing. Is the