Hi all, I'm trying to use the Sane module from PIL (Python Imaging Library; http://www.pythonware.com/products/pil/ ) After some fights with the installation, I can start a scan, but the method snap() segfaults. As far as I understand it, the device object does not allocate the buffer that stores the scanned image... Before I'm starting to dig too deep into the problem, I'd like to know, if anybody has successfully used the PIL/Sane interface from recent PIL distributions (I'm using PIL 1.1.3).
Abel