Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'compression': 0.09; 'subject:dependencies': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'suggest': 0.11; 'from:addr:miki.tebeka': 0.16; 'from:name:miki tebeka': 0.16; 'scratch': 0.16; 'zlib': 0.16; 'wrote:': 0.17; 'libraries': 0.22; 'machine.': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'cc:no real name:2**0': 0.24; 'linux': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'install': 0.29; 'thursday,': 0.30; 'december': 0.32; 'builds': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'depends': 0.36; 'client': 0.36; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'save': 0.61; "you'll": 0.62; 'future.': 0.62; '20,': 0.65; 'subject:Build': 0.65; 'silver': 0.91 Newsgroups: comp.lang.python Date: Thu, 20 Dec 2012 16:37:01 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.82.8.111; posting-account=uo-8fwoAAACKsFzFX78JHudx1V7WDXZ0 References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 75.82.8.111 MIME-Version: 1.0 Subject: Re: Build and runtime dependencies From: Miki Tebeka To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356050232 news.xs4all.nl 6940 [2001:888:2000:d::a6]:39359 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35245 On Thursday, December 20, 2012 2:11:45 PM UTC-8, Jack Silver wrote: > I have two Linux From Scratch machine. > Hence, I do not need to install all those libraries on the client machine. Right ? It depends on what the client needs. For example if you use zlib compression in the protocol, you'll need this in the client as well to uncompress. I suggest you use the exact same Python builds on both machines, it'll save you some headache in the future.