Re: [Tutor] libtiff--can't find library

2012-06-29 Thread Steven D'Aprano
R Bruce van Dover wrote: ImportError: Failed to find TIFF library. Make sure that libtiff is installed and its location is listed in PATH|LD_LIBRARY_PATH|.. Libtiff is in the 'E:\\Python27\\lib\\site-packages' directory as it's supposed to. So is, e.g., Numpy, which imports just fine. What

Re: [Tutor] libtiff--can't find library

2012-06-29 Thread Jerry Hill
On Fri, Jun 29, 2012 at 12:33 PM, R Bruce van Dover wrote: > Presumably this is a newbie question; apologies in advance, but I have spent > hours trying to RTFM, to no avail. Can anyone help? There's an issue on the pylibtiff Issues page that sounds related: http://code.google.com/p/pylibtiff/iss

Re: [Tutor] libtiff--can't find library

2012-06-29 Thread Albert-Jan Roskam
From: R Bruce van Dover To: tutor@python.org >Sent: Friday, June 29, 2012 6:33 PM >Subject: [Tutor] libtiff--can't find library > > >Presumably this is a newbie question; apologies in advance, but I have spent >hours trying to RTFM, to no avail. Can anyone help? >

Re: [Tutor] libtiff--can't find library

2012-06-29 Thread Prasad, Ramit
> Presumably this is a newbie question; apologies in advance, but I have spent > hours trying to RTFM, to no avail. Can anyone help? > > I've installed pylibtiff-0.1-svn.win32.exe since I want to be able to read a > TIFF file. But when I type (in IDLE) I get > >>>from libtiff import TIFFfile, TIFF

[Tutor] libtiff--can't find library

2012-06-29 Thread R Bruce van Dover
Presumably this is a newbie question; apologies in advance, but I have spent hours trying to RTFM, to no avail. Can anyone help? I've installed pylibtiff-0.1-svn.win32.exe since I want to be able to read a TIFF file. But when I type (in IDLE) I get from libtiffimport TIFFfile, TIFFimage