Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'skip:\\ 20': 0.09; 'wed,': 0.12; 'wrote:': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'naming': 0.16; 'pm,': 0.16; 'received:209.85.210.174': 0.19; 'received:mail- iy0-f174.google.com': 0.19; 'working.': 0.19; 'header:In-Reply- To:1': 0.22; 'runs': 0.23; 'changed': 0.25; 'depends': 0.28; 'message-id:@mail.gmail.com': 0.28; 'script': 0.29; '27,': 0.29; 'subject:skip:a 10': 0.29; 'subject:per': 0.30; 'subject:?': 0.31; 'to:addr:python-list': 0.34; 'directory.': 0.35; 'thank': 0.35; "isn't": 0.35; 'subject:How': 0.36; 'but': 0.37; 'received:google.com': 0.38; 'subject:can': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'run': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'you.': 0.62; 'john': 0.62; 'subject:program': 0.67; 'subject:day': 0.68; 'subject:make': 0.73; 'correctly?': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PN+GZcST9pwvisu+O2j2OcY7ZcxyGk9MVeC5OdspmXs=; b=ULxfChWQ9YkwrH4ilBHDcTdeO/yIE4iXlDoi2y6II2BO3ed+a/+MrfcUAMzLqwI0t6 zpSlZxHgaaUrAgUWI5OtY2bXP7pti5CUDm5+L5ztGSH0JO9uiX5Gy/Sg7J/Sy5YWq7+d MW7jgHayaMjdv1+j8NSTAGifS/cPD5vBqt3hg= MIME-Version: 1.0 In-Reply-To: References: <54735121-6a94-4dcb-9f6b-e4fca4aad652@u42g2000yqm.googlegroups.com> <965707ba-5fe2-43cb-853d-f4041a3ba262@e40g2000yqn.googlegroups.com> Date: Wed, 27 Jul 2011 16:55:05 +1000 Subject: Re: How can I make a program automatically run once per day? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311749715 news.xs4all.nl 23975 [2001:888:2000:d::a6]:49338 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10373 On Wed, Jul 27, 2011 at 2:09 PM, John Salerno wrote: > Thank you. I changed it as suggested so that now it runs C: > \Python32\python.exe extract_songs.py but it still isn't working. Have you confirmed that the job's working directory is set correctly? Naming the script without a path depends on the task being run from the script's directory. ChrisA