X-Received: by 10.224.53.198 with SMTP id n6mr15412740qag.2.1370312993653; Mon, 03 Jun 2013 19:29:53 -0700 (PDT) X-Received: by 10.49.107.234 with SMTP id hf10mr1870154qeb.21.1370312993625; Mon, 03 Jun 2013 19:29:53 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!p1no1137106qaj.0!news-out.google.com!y6ni48qax.0!nntp.google.com!p1no1137099qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Mon, 3 Jun 2013 19:29:53 -0700 (PDT) In-Reply-To: <51acc72e$0$15905$e4fe514c@news.xs4all.nl> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.187.191.5; posting-account=SD2CiAkAAAAZE4WW9ws7j3mEtndX6v8G NNTP-Posting-Host: 75.187.191.5 References: <51acc72e$0$15905$e4fe514c@news.xs4all.nl> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Pillow lib for x86_64 GNU/Linux From: Jeff SKI Kinsey Injection-Date: Tue, 04 Jun 2013 02:29:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.python:46829 Sorry. Should have been more clear. This is a hosting account server. I am not in the sudoers file. Was able to get PIL v1.1.7 to create a tiff file. Problem solved. Thanks. On Monday, June 3, 2013 12:41:17 PM UTC-4, Irmen de Jong wrote: > On 3-6-2013 18:23, consultski@gmail.com wrote: > > > It is great that Pillow wants to be "setuptools compatible" but without a suitable compiled library for x86_64 GNU/Linux, I am stuck between a rock and a hard place. > > > > > > Any suggestions? > > > > > > > Try your distribution's package repository. > > > > $ sudo apt-get install python-pillow > > > > Or failing that, > > > > $ sudo apt-get install python-imaging > > > > > > Worked fine for me (Ubuntu 64-bit) > > > > Irmen