Installation of Photo product for Zope

   Installation is similiar to any other Zope product. 
   In general, you just need to untar the
   package into the zope install directory. 
   The zope install directory(i.e. zope-install-dir) 
   is the directory where (of course,) you installed Zope.

   For Windows, use Winzip, or any similar utility, 
   to open the Photo-x-x-x.tgz archive.  Extract all the
   files into the Zope install directory. Make sure 
   that the "use folder names" (i.e. preserve path names) 
   The files should be extracted to 
   '<zope-install-dir>\lib\python\Products.'

   For Linux and other Unix systems, "cd" to the Zope 
   install directory and type 'tar xvzf Photo-x-x-x.tar.gz'

   Stop and start your zope server. The Photo product should
   appear in the Control Panel under Products.

   If the Photo product is broken, PIL may not be installed
   correctly for your zope installation. See the INSTALL_PIL
   directory for instructions on installing PIL

Installation of ZPhotoAlbum for Zope
  
   After following the instructions above for installing
   Photo, visit the Product section of your Zope's 
   Control Panel. Click on the *Export...* button. 
   Type *ZPhotoAlbum.zexp* as the Import file name and
   import the ZClass sources into Zope. The ZPhotoAlbum
   product should now be available in the *Add Product*
   list. 

   
