Scanner Access

I've managed to get scanning to work for one page. It's been low priority on my totem pole, and I haven't managed to get further with it. A proof of concept deal.

I used the Python Twain module 1.0 final for this implementation. I was unable to locate a pyTwain, and asusme this what you refer to.
http://twainmodule.sourceforge.net/

The trickiest part is getting the proper conversation going on with the scanner. I found the wx_simple.py script was nice for getting started, but the callback implementation makes it difficult to debug issues.

A windows implementation seems to be all that is currently available.

-Joe

GMane Python wrote:

ยทยทยท

Hello All
Firstly, I want to thank everyone here for being so very helpful to me
during my period of learning -- not just python but wxpython, too! For
that, I've very grateful to all!!!

I wanted to know if anyone has any experience with scanning. I'm mostly
using Windows, but I was hoping for some advise. I tried quickly the
pyTwain, but haven't gotten too far with that.

Thanks!

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org