Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86521

Re: Installing PIL without internet access

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'that?': 0.05; 'pil': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'windows,': 0.09; 'python': 0.11; 'jan': 0.12; '2.7': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:PIL': 0.16; 'subject:access': 0.16; 'subject:internet': 0.16; 'there?': 0.16; 'wrote:': 0.18; 'install': 0.23; 'header:User-Agent:1': 0.23; 'connected': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'host': 0.29; 'am,': 0.29; 'larry': 0.31; 'there': 0.35; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'received:org': 0.40; 'flash': 0.69; 'internet': 0.71; 'received:fios.verizon.net': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Installing PIL without internet access
Date Thu, 26 Feb 2015 12:11:36 -0500
References <CACwCsY619nCv1UA5ZqH7=qJCUWmM=CUKdJftjpv4vd=uohBJGw@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-98-114-97-173.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
In-Reply-To <CACwCsY619nCv1UA5ZqH7=qJCUWmM=CUKdJftjpv4vd=uohBJGw@mail.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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.19275.1424970722.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1424970722 news.xs4all.nl 2874 [2001:888:2000:d::a6]:60978
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:86521

Show key headers only | View raw


On 2/26/2015 10:23 AM, Larry Martell wrote:
> 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

On Windows, I would
look in python27/Lib/site-packages for PIL and pil-dist-info directories 
and copy.
look in python27/script for pil*.py and copy


-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Installing PIL without internet access Terry Reedy <tjreedy@udel.edu> - 2015-02-26 12:11 -0500

csiph-web