Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Raheel Rao Newsgroups: comp.lang.python Subject: Python Script - Windows Task Scheduler - Logging Date: Mon, 7 Dec 2015 23:53:10 +0000 Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de OdpcICR7vroSANYSJXkPFA2kI4kvb0wMOHamy/CN+Rdg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'subject:Windows': 0.09; 'bug': 0.10; 'python': 0.10; 'advance!': 0.16; 'created.': 0.16; 'received:65.55.34.15': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Logging': 0.16; 'runs': 0.18; 'file.': 0.22; 'script': 0.25; 'connects': 0.27; 'fine': 0.28; 'folder': 0.30; 'task': 0.30; 'file': 0.34; 'except': 0.34; 'downloads': 0.35; 'something': 0.35; 'but': 0.36; 'there': 0.36; 'created': 0.36; 'to:addr:python-list': 0.36; 'thanks': 0.37; 'log': 0.38; 'files': 0.38; 'to:addr:python.org': 0.40; 'where': 0.40; 'from:addr:outlook.com': 0.84 X-TMN: [ac1idjTsW8gflj5127ISqShbJW8+nAWe] X-Originating-Email: [rr.codeproject@outlook.com] X-Mailer: Outlook for iOS and Android X-OriginalArrivalTime: 07 Dec 2015 23:53:10.0815 (UTC) FILETIME=[6DB192F0:01D1314A] X-Mailman-Approved-At: Tue, 08 Dec 2015 08:01:44 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100149 Hello there,I created a python script that connects to an ftp and downloads= files to a specifed folder and logs each event in a log file.=C2=A0This sc= ript works perfectly fine as i want it to however when i put this in a task= scheduler, the script runs and downloads the file just fine except that th= ere is no log created.=C2=A0Any suggestions? I remember task scheduler have= a bug where you have to put something in "start in". Have been searching f= roums but so far no luck.=C2=A0Thanks in advance!