Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'that?': 0.05; 'pil': 0.09; 'python': 0.11; '2.7': 0.14; 'subject:PIL': 0.16; 'subject:access': 0.16; 'subject:internet': 0.16; 'there?': 0.16; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'connected': 0.24; 'installed': 0.27; 'host': 0.29; 'message- id:@mail.gmail.com': 0.30; 'thanks!': 0.32; 'received:google.com': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'flash': 0.69; 'internet': 0.71 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bS8rHJH7pGaCLZA1xU6oLBpLnWnuPEV9qgGYlNqnBXA=; b=Z+Q3K5CNfI5dcmETSL/bjPISKQmVz63wPjV0mtQ/VhnfJmUPM+1ygR+kkunaVhUAgs SwsP5defqCcLjzO0ESz6PIAec1HWwiivDnXGLe4KiEpMuKXmJaz4ZP6F2YI6eGa1nFtk Mpz3OShhImHKMB14vDawCti4Em7IB6a3afRKxyP/DsnCH+uw8aRfTOnyaOYh8PZmOSLy M1bce9C2JxkKfeg8nil9mwsKxinF66HeSvM5qiZ3O9+fhqt8EB5UeDZcHl7B4OcRnngY 6NGhgrSbuU1mwWUMWd64270SuKBspt9s/wOIQAAc8AJA+k/YtSurOHt/UhRDTZjYbfyd T3/w== MIME-Version: 1.0 X-Received: by 10.180.89.173 with SMTP id bp13mr50198537wib.91.1424964215822; Thu, 26 Feb 2015 07:23:35 -0800 (PST) Date: Thu, 26 Feb 2015 10:23:35 -0500 Subject: Installing PIL without internet access From: Larry Martell To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424964217 news.xs4all.nl 2848 [2001:888:2000:d::a6]:58677 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86505 I have a host that has no access to the internet and I need to install PIL on it. I have an identical host that is on the internet and I have installed it there (with pip). Is there a way I can copy files from the connected host to a flash drive and then copy them to the unconnected host and have PIL working there? Which files would I copy for that? This is on CentOS 6.5, python 2.7 Thanks!