Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder1.xlned.com!news2.euro.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'binary': 0.05; 'things.': 0.05; 'subject:How': 0.09; 'python': 0.09; 'linux.': 0.09; 'pointers': 0.09; 'sucks': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'packages.': 0.15; 'sat,': 0.15; 'gpg': 0.16; 'subject:install': 0.16; 'wrote:': 0.17; 'thanks,': 0.18; 'code,': 0.18; 'code.': 0.20; 'installed': 0.23; 'cc:no real name:2**0': 0.24; 'cc:2**1': 0.24; 'linux': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'cc:addr:gmail.com': 0.27; 'question': 0.27; 'python2.7': 0.29; 'subject:development': 0.29; 'url:mailman': 0.29; 'source': 0.29; 'install': 0.29; 'usually': 0.30; 'basic': 0.30; 'code': 0.31; 'url:python': 0.32; 'switch': 0.32; 'skip:- 10': 0.32; 'could': 0.32; 'url:listinfo': 0.32; 'singh': 0.33; 'problem': 0.33; 'received:google.com': 0.34; 'same.': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'should': 0.36; 'why': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'system.': 0.39; 'url:mail': 0.40; 'your': 0.60; 'red': 0.60; 'most': 0.61; 'share': 0.61; 'back': 0.62; 'provide': 0.62; 'charset:windows-1252': 0.65; 'offer': 0.65; './configure': 0.84; '2013': 0.84; 'url:tk': 0.93 X-Received: by 10.49.86.40 with SMTP id m8mr1642702qez.30.1362247253161; Sat, 02 Mar 2013 10:00:53 -0800 (PST) Newsgroups: comp.lang.python Date: Sat, 2 Mar 2013 10:00:51 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=115.185.81.42; posting-account=QoiVRAoAAADwpanHrAdWoQYFEWG_KIKS References: <76c6aca8-50da-42d3-82e9-2d9c74785570@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 115.185.81.42 MIME-Version: 1.0 Subject: Re: How to install development package on linux? From: Sarbjit singh To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org, Sarbjit singh 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: , Message-ID: Lines: 66 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362247262 news.xs4all.nl 6916 [2001:888:2000:d::a6]:53099 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40351 On Saturday, March 2, 2013 2:15:08 PM UTC+5:30, Kwpolska wrote: > On Sat, Mar 2, 2013 at 7:24 AM, Sarbjit singh wro= te: >=20 > > Sorry for this basic question but I am having problem compiling mod_wsg= i on Linux. As per mod_wsgi package site, user must have python development= package installed on system. >=20 > > >=20 > > I had installed Python2.7 on my Linux system from source code, using th= e following configuration few months back :- >=20 > > >=20 > > ./configure =96prefix=3D --enable-shared >=20 > > Make =96i install >=20 > > >=20 > > But I am not able to find how to install development package from sourc= e code. >=20 > > >=20 > > Can some one please conform if I can install the development package fr= om the same source code (Downloaded from Python Website for Unix) and pleas= e share the configuration switch for the same. >=20 > > >=20 > > Thanks, >=20 > > Sarbjit >=20 > > -- >=20 > > http://mail.python.org/mailman/listinfo/python-list >=20 >=20 >=20 > Why do you use source tarballs? Your distro should provide nice >=20 > binary packages for Python and mod_wsgi. And in case it doesn=92t, your >=20 > distro sucks and you should find a better one. >=20 >=20 >=20 > The development things are usually installed by default by most >=20 > things. Distributions offer them in -dev or -devel packages. >=20 >=20 >=20 > -- >=20 > Kwpolska | GPG KEY: 5EAAEA16 >=20 > stop html mail | always bottom-post >=20 > http://asciiribbon.org | http://caliburn.nl/topposting.html I am using Red Hat 5, could you please give some pointers on how to install= these packages?