Re: urllib working differently when run from crontab

2008-04-16 Thread VictorMiller
On Apr 14, 8:33 am, Matthew Woodcraft <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > > VictorMiller <[EMAIL PROTECTED]> wrote: > > I've written a python script which, using urllib, and urllib2 will > > fetch a number of files that that I'm interested in from various > > websites (t

Re: urllib working differently when run from crontab

2008-04-14 Thread Matthew Woodcraft
In article <[EMAIL PROTECTED]>, VictorMiller <[EMAIL PROTECTED]> wrote: > I've written a python script which, using urllib, and urllib2 will > fetch a number of files that that I'm interested in from various > websites (they're updated everyday). When I run the script from my > command line every

Re: urllib working differently when run from crontab

2008-04-13 Thread Jonathan Gardner
On Apr 13, 8:50 pm, VictorMiller <[EMAIL PROTECTED]> wrote: > I've written a python script which, using urllib, and urllib2 will > fetch a number of files that that I'm interested in from various > websites (they're updated everyday).  When I run the script from my > command line everything works a

urllib working differently when run from crontab

2008-04-13 Thread VictorMiller
I've written a python script which, using urllib, and urllib2 will fetch a number of files that that I'm interested in from various websites (they're updated everyday). When I run the script from my command line everything works as intended. However, when the script is run from crontab every sing