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


Groups > comp.lang.python > #86521 > unrolled thread

Re: Installing PIL without internet access

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-02-26 12:11 -0500
Last post2015-02-26 12:11 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#86521 — Re: Installing PIL without internet access

FromTerry Reedy <tjreedy@udel.edu>
Date2015-02-26 12:11 -0500
SubjectRe: Installing PIL without internet access
Message-ID<mailman.19275.1424970722.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web