Apparently PIL includes a SANE (Scanner Access Now Easy) interface - I'm looking at code right now that does

import sane

where sane is provided by PIL.

I've installed PIL under both OS X and Windows, but "import sane" doesn't work for me. I did a fair bit of googling to see if there's something extra I need to install but I'm not finding anything.

How do I get the SANE interface for PIL?

I'm happy with any SANE interface (doesn't have to be PIL), so if you know of an alternative that would help too.

link|improve this question

70% accept rate
feedback

1 Answer

Disclaimer: I never used SANE.

I don't think that sane is provided with the PIL library.

It seems, instead, that the package you're looking for is called pysane.

link|improve this answer
1  
Thanks Rik. Looks like pysane has been replaced by imagescanner, which I'm in the process of trying now. – Parand Feb 19 at 23:33
@Parand: You're welcome! I'm glad to have been of some help :) – Rik Poggi Feb 20 at 0:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.