Re: gui scripting

2005-02-14 Thread Follower
Second phase will have this done on a Windows platform... but that is second priority ... http://www.brunningonline.net/simon/blog/archives/winGuiAuto.py.html http://www.tizmoi.net/watsup/intro.html --Phil. -- http://mail.python.org/mailman/listinfo/python-list

Re: searching pdf files for certain info

2005-02-24 Thread Follower
rbt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Not really a Python question... but here goes: Is there a way to read the content of a PDF file and decode it with Python? I'd like to read PDF's, decode them, and then search the data for certain strings. I've had success with

[issue11476] StreamHandler code broken by change of parameter name

2011-03-12 Thread follower
New submission from follower bugs.python@rancidbacon.com: The following change broke pre-existing code that used strm as the parameter name (as documented http://docs.python.org/release/2.6.6/library/logging.html#streamhandler): http://hg.python.org/cpython/diff/7391436d8a74/Lib/logging

[issue11476] StreamHandler code broken by change of parameter name

2011-03-18 Thread follower
follower bugs.python@rancidbacon.com added the comment: I don't think it would be unreasonable to add the old name back in temporarily and use whichever parameter is supplied--this change has obviously broken code in the process. But for future situations I think changes like

[issue19902] logging docs don't document integer constants

2013-12-05 Thread follower
New submission from follower: The logging module documentation http://docs.python.org/3.4/library/logging.html makes reference to the levels DEBUG, INFO etc (e.g. in http://docs.python.org/3.4/library/logging.html#logging.Logger.setLevel) but AFAICT these constants are not documented

[issue19902] logging docs don't document integer constants

2013-12-18 Thread follower
follower added the comment: Thanks for pointing out that link. It's good to know the information is documented somewhere. However, given that http://docs.python.org/2/library/logging.html is described as the API reference and seems to be the canonical logging library reference (rather than

Re: gmail access with python!

2005-01-30 Thread Mr Follower
Did you try the CVS version of libgmail? While none of the release versions (i.e. up 0.0.8) currently work, as of a week ago the CVS version handled the two recent modifications to Gmail. --Phil. (Author libgmail) -- http://mail.python.org/mailman/listinfo/python-list