Re: A SANE scanner backend written in Python?

2006-03-28 Thread Lonnie Princehouse
Recompile Python and SANE with debugging enabled, if you haven't already. That should allow you to trace back to the source of the error using gdb (or your favorite gdb front-end). AFAIK there's no inherent reason that embedding Python in a shared library wouldn't work.Did you try compiling th

A SANE scanner backend written in Python?

2006-03-28 Thread dwelch
I've read many times on this newsgroup over the years that you can write "just about anything" in Python, except perhaps a full operating system (maybe even that...?). So, with this spirit in mind, I would like to try to write a SANE scanner backend that I need to write, in Python rather than C