Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10373

Re: How can I make a program automatically run once per day?

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 <rosuav@gmail.com>
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 <cca6b625-9f05-41c8-aaee-2c9a67403438@bl1g2000vbb.googlegroups.com>
References <c626a2fe-3379-41cb-88d8-4f7495d537e6@d1g2000yqm.googlegroups.com> <mailman.810.1310259664.1164.python-list@python.org> <54735121-6a94-4dcb-9f6b-e4fca4aad652@u42g2000yqm.googlegroups.com> <965707ba-5fe2-43cb-853d-f4041a3ba262@e40g2000yqn.googlegroups.com> <mailman.1522.1311733346.1164.python-list@python.org> <cca6b625-9f05-41c8-aaee-2c9a67403438@bl1g2000vbb.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 <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1527.1311749715.1164.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, Jul 27, 2011 at 2:09 PM, John Salerno <johnjsal@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How can I make a program automatically run once per day? John Salerno <johnjsal@gmail.com> - 2011-07-09 17:26 -0700
  Re: How can I make a program automatically run once per day? Ben Finney <ben+python@benfinney.id.au> - 2011-07-10 10:40 +1000
  Re: How can I make a program automatically run once per day? Andrew Berg <bahamutzero8825@gmail.com> - 2011-07-09 19:49 -0500
  Re: How can I make a program automatically run once per day? Alexander Kapps <alex.kapps@web.de> - 2011-07-10 03:00 +0200
    Re: How can I make a program automatically run once per day? John Salerno <johnjsal@gmail.com> - 2011-07-09 19:01 -0700
      Re: How can I make a program automatically run once per day? Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2011-07-10 10:49 +0200
      Re: How can I make a program automatically run once per day? monkeys paw <monkey@joemoney.net> - 2011-07-14 13:00 -0400
        Re: How can I make a program automatically run once per day? Ian Kelly <ian.g.kelly@gmail.com> - 2011-07-14 11:13 -0600
        Re: How can I make a program automatically run once per day? baloan <baloand@googlemail.com> - 2011-07-27 01:41 -0700
      Re: How can I make a program automatically run once per day? John Salerno <johnjsal@gmail.com> - 2011-07-26 18:05 -0700
        Re: How can I make a program automatically run once per day? Ethan Furman <ethan@stoneleaf.us> - 2011-07-26 19:02 -0700
        Re: How can I make a program automatically run once per day? Andrew Berg <bahamutzero8825@gmail.com> - 2011-07-26 21:22 -0500
          Re: How can I make a program automatically run once per day? John Salerno <johnjsal@gmail.com> - 2011-07-26 21:09 -0700
            Re: How can I make a program automatically run once per day? Chris Angelico <rosuav@gmail.com> - 2011-07-27 16:55 +1000
            Re: How can I make a program automatically run once per day? Dave Angel <davea@ieee.org> - 2011-07-27 08:27 -0400
            Re: How can I make a program automatically run once per day? Chris Angelico <rosuav@gmail.com> - 2011-07-27 22:35 +1000
              Re: How can I make a program automatically run once per day? Billy Mays <81282ed9a88799d21e77957df2d84bd6514d9af6@myhashismyemail.com> - 2011-07-27 08:58 -0400
                Re: How can I make a program automatically run once per day? John Salerno <johnjsal@gmail.com> - 2011-07-27 09:03 -0700
  Re: How can I make a program automatically run once per day? Paul Rudin <paul.nospam@rudin.co.uk> - 2011-07-10 11:21 +0100

csiph-web