[FWTools] FWTools3 Experiment

Even Rouault even.rouault at mines-paris.org
Sat Dec 18 17:24:54 EST 2010


Le samedi 18 décembre 2010 22:18:42, Frank Warmerdam a écrit :
> On 10-12-18 12:32 PM, Eli Adam wrote:
> > Ubuntu 8.04 32 bit installs fine.
> > 
> > gdalinfo works fine.
> > 
> > Are python tools like rgb2pct.py suppose to work from the command line?
> > 
> >   For me, it doesn't seem to work when just typing it on the command
> > 
> > line.  locate rgb2pct.py doesn't find anything either.
> 
> Eli,
> 
> Ah, my mistake.  When I restructured how I handle the python bindings for
> FWTools I accidentally lost installing these scripts.  Fixed now.

There's an issue with numpy and FWTools-linux-i686-3.0.2.

Python 2.4.3 (#1, Sep  3 2009, 15:37:12) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/home/even/FWTools-linux-i686-3.0.2/usr/lib/python2.4/site-
packages/numpy/__init__.py", line 143, in ?
    import linalg
  File "/home/even/FWTools-linux-i686-3.0.2/usr/lib/python2.4/site-
packages/numpy/linalg/__init__.py", line 47, in ?
    from linalg import *
  File "/home/even/FWTools-linux-i686-3.0.2/usr/lib/python2.4/site-
packages/numpy/linalg/linalg.py", line 29, in ?
    from numpy.linalg import lapack_lite
ImportError: liblapack.so.3: cannot open shared object file: No such file or 
directory

liblapack.so.3 is missing, whereas it is included in the FWTools-linux-
x86_64-3.0.2 in $FWTOOLS/usr/lib64/atlas



More information about the FWTools mailing list