Re: math - need divisors algorithm

2005-03-30 Thread Ed Suominen
in range(1,N-2) if not divmod(N,x)[1]] --- Ed Suominen Registered Patent Agent Open-Source Software Author (yes, both...) Web Site: http://www.eepatents.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Nevow examples

2005-02-24 Thread Ed Suominen
and possibly read-only public access to the SVN repository for the underlying code soon. It will be distributed under the LGPL. --- Ed Suominen Registered Patent Agent Open-Source Software Author (yes, both...) Web Site: http://www.eepatents.com Travis Oliphant wrote: There was a request for nevow

Scan document pages to a compressed PDF

2005-02-14 Thread Ed Suominen
into the Python code and imported packages, rather than relying on pipes to a bunch of external programs. Same question regarding SANE -- I can't seem to find the supposed PIL support for SANE in the release on my system. Anyone know about that, or alternatives? --- Ed Suominen Registered Patent

Re: Scan document pages to a compressed PDF

2005-02-14 Thread Ed Suominen
Replying to my own post, this looks like a very promising tool: Pytiff is a library for using TIFF files and advanced imaging in Python. http://pubweb.northwestern.edu/~omh221/software_projects/pytiff/pytiff.html Ed Suominen wrote: I'd like to write a Python-based commandline tool