return [x for x 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
I will be providing a release 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:
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 commandl
to incorporate as much as possible 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
alternat