Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40351
| 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 | <sarbjit1987@gmail.com> |
| 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 | <mailman.2772.1362213932.2939.python-list@python.org> |
| 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> <mailman.2772.1362213932.2939.python-list@python.org> |
| 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 <sarbjit1987@gmail.com> |
| 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 <sarbjit1987@gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.2787.1362247262.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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 <sarbjit1987@gmail.com> wrote: > > > Sorry for this basic question but I am having problem compiling mod_wsgi on Linux. As per mod_wsgi package site, user must have python development package installed on system. > > > > > > I had installed Python2.7 on my Linux system from source code, using the following configuration few months back :- > > > > > > ./configure –prefix=<path> --enable-shared > > > Make –i install > > > > > > But I am not able to find how to install development package from source code. > > > > > > Can some one please conform if I can install the development package from the same source code (Downloaded from Python Website for Unix) and please share the configuration switch for the same. > > > > > > Thanks, > > > Sarbjit > > > -- > > > http://mail.python.org/mailman/listinfo/python-list > > > > Why do you use source tarballs? Your distro should provide nice > > binary packages for Python and mod_wsgi. And in case it doesn’t, your > > distro sucks and you should find a better one. > > > > The development things are usually installed by default by most > > things. Distributions offer them in -dev or -devel packages. > > > > -- > > Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16 > > stop html mail | always bottom-post > > 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?
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-01 22:24 -0800
Re: How to install development package on linux? Kwpolska <kwpolska@gmail.com> - 2013-03-02 09:45 +0100
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 10:00 -0800
Fwd: How to install development package on linux? Kwpolska <kwpolska@gmail.com> - 2013-03-02 20:52 +0100
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 22:14 -0800
Re: How to install development package on linux? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-03-02 22:23 -0800
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 22:39 -0800
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 22:46 -0800
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 22:46 -0800
Re: How to install development package on linux? Michael Torrie <torriem@gmail.com> - 2013-03-03 09:26 -0700
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 22:39 -0800
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 22:14 -0800
Re: How to install development package on linux? Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-02 10:00 -0800
csiph-web