OK, I found a solution -- Selenium, from http://selenium.org. I
downloaded Selenium RC and this works fantastic! I'll get the job done
by tomorrow ;)
--
http://mail.python.org/mailman/listinfo/python-list
Ech... The problem is that mechanize doesn't support JavaScript, and
these web forms are full of various JS functions... Maybe someone
knows a way out of this? Doesn't have to be Python...
--
http://mail.python.org/mailman/listinfo/python-list
OK, thanks, I'll give it a try,
--
http://mail.python.org/mailman/listinfo/python-list
On 15 Kwi, 03:27, alex23 wrote:
> On Apr 15, 5:35 am, Przemyslaw Kaminski wrote:
>
> > You may want to try:
> > import pydoc
> > b = pydoc.render_doc(timedelta)
> > print b
>
> Isn't this exactly the same output you get from typing 'help
> (timedelta)' though?
Well, from this:
Lets say I want m