Steve Holden schrieb: > Maxine Weill wrote: >> I need to install Python Imaging Library (PIL) - imaging-1.1.5.tar.gz >> (source ) onto Suse Linux 10.1 system in order for (latest) Scribus >> 1.3.3.2 to install and work. >> >> Plesae indicate how I perform PIL install (exact commands/procedures) >> in manner where files are "automatically" placed in proper >> directories, etc. >> > > I though that PIL now used the standard setup system. If the package's > top level directory includes a file called "setup.py" then just run > > python setup.py install
if there are more versions of python installed and one wants to install for specific version then /pool/pathToMyInstalledSoftware/bin/python2.4 setup.py install /pool/pathToPetersInstalledSoftware/bin/python2.2 setup.py install this is what I figured out my 2 cents -- Daniel -- http://mail.python.org/mailman/listinfo/python-list