On Apr 23, 2009, at 6:21 PM, grocery_stocker wrote:
Say I have a script that fetches data from a website every hour. Is there a general solution or is the solution operating system specific?
It's not OS-specific. See the Python standard library modules urllib, urllib2, or just run a command line utility like wget or curl.
-- http://mail.python.org/mailman/listinfo/python-list