Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101942 > unrolled thread

Installing on linux - missing devel packages

Started by"Frank Millman" <frank@chagford.com>
First post2016-01-21 09:18 +0200
Last post2016-01-21 09:18 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Installing on linux - missing devel packages "Frank Millman" <frank@chagford.com> - 2016-01-21 09:18 +0200

#101942 — Installing on linux - missing devel packages

From"Frank Millman" <frank@chagford.com>
Date2016-01-21 09:18 +0200
SubjectInstalling on linux - missing devel packages
Message-ID<mailman.136.1453360717.15297.python-list@python.org>
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 there an easy way to find out all the missing components, so that when 
the installation is complete I can be sure I have the entire standard lib?

Thanks

Frank Millman

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web