Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'binary': 0.05; 'subject:How': 0.09; 'python': 0.09; 'files.': 0.13; 'library': 0.15; 'sat,': 0.15; 'source,': 0.15; 'subject:install': 0.16; 'wrote:': 0.17; 'package.': 0.17; 'work.': 0.23; 'errors': 0.23; 'installed': 0.23; 'header': 0.24; 'header:In-Reply-To:1': 0.25; 'compiled': 0.27; 'installing': 0.27; 'message- id:@mail.gmail.com': 0.27; 'subject:development': 0.29; 'could': 0.32; "aren't": 0.33; 'singh': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'your': 0.60; 'different': 0.63; 'due': 0.66; '2013': 0.84; 'package"': 0.91 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=dvh5CVKf3YMqeavkeShMYQmMNRmd+X5P81xR34SJ+KI=; b=eGBRm/cLordUGahuOQZjzto8B6u3u6Yn8qvJWRxJN+hhoqIs0T+Y6iwAC7mV8rGAh3 sjsXhNSaCtHGDOgpznoUmcazIpCqCga032dr9OSZEeQwScjxcHeVoGOTqvm9pQJTlqdK hYhZvN6QVKUlaVDuuF/fC0njxrnDHXFfyQSXorMwKoDivNucXhD6odkgadmkX+T8rdB8 nZsKIW9F2dQZz77QJyF2d/K1IxeLne0vjEKhJyIYIjteV97EpzzA6Ej9CasrSF0ZKzhv Vo+T5RYoP16qaFzqgEZZ4SVnpJK41GnbRTsNNa6P/luwga/PmlihwP+xrLZKFdcSyiNj j9rQ== X-Received: by 10.60.31.15 with SMTP id w15mr13261884oeh.0.1362291831095; Sat, 02 Mar 2013 22:23:51 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.31.15 with SMTP id w15mr13261882oeh.0.1362291831028; Sat, 02 Mar 2013 22:23:51 -0800 (PST) In-Reply-To: References: <76c6aca8-50da-42d3-82e9-2d9c74785570@googlegroups.com> Date: Sat, 2 Mar 2013 22:23:50 -0800 Subject: Re: How to install development package on linux? From: Benjamin Kaplan To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlXfSQv4+i8kaU1Jfd3c5mVTc4OCE25xblgqgxD3GS9gEBgX2uOCFhXO3avdy+bTiCutqR9DkWe6uSaRjRQB5SfHXg4nvuhptmPz79eGMyKOHXaSqrtaNcQZG9A3eY6N02RE/N7AxA4+ybD1DyZ7ifyGD/IUw== X-Junkmail-Whitelist: YES (by domain whitelist at mpv2.tis.cwru.edu) 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: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362291841 news.xs4all.nl 6986 [2001:888:2000:d::a6]:44134 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40401 On Sat, Mar 2, 2013 at 10:14 PM, Sarbjit singh wrote: > > I searched on google and found these errors could be due to missing python header files which would be available in development package. > > So I am struggling to make it work. A "development package" is meaningless when you aren't installing it from a package. Debian's binary packages don't include the header files, so they put them in a different package. Since you compiled from source, you already have the header files. Did you include the directory you installed Python into on your library and includes paths?