home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Extensions / Imaging / Sane / README < prev    next >
Encoding:
Text File  |  2000-06-23  |  367 b   |  12 lines

  1.  
  2. The SANE module provides an interface to the SANE scanner and frame
  3. grabber interface for Linux.  This module was contributed by Andrew
  4. Kuchling.
  5.  
  6. The most recent release can be found at:
  7. ftp://starship.skyport.net/pub/crew/amk/sane/
  8.  
  9. To build this module, add the following line to Setup.in:
  10.  
  11. _sane Sane/_sanemodule.c -IlibImaging -L/usr/local/lib/sane/ -lsane-dll
  12.