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


Groups > comp.lang.python > #100149 > unrolled thread

Python Script - Windows Task Scheduler - Logging

Started byRaheel Rao <rr.codeproject@outlook.com>
First post2015-12-07 23:53 +0000
Last post2015-12-07 23:53 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python Script - Windows Task Scheduler - Logging Raheel Rao <rr.codeproject@outlook.com> - 2015-12-07 23:53 +0000

#100149 — Python Script - Windows Task Scheduler - Logging

FromRaheel Rao <rr.codeproject@outlook.com>
Date2015-12-07 23:53 +0000
SubjectPython Script - Windows Task Scheduler - Logging
Message-ID<mailman.58.1449579704.12405.python-list@python.org>
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. This script 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 there is no log created. Any suggestions? I remember task scheduler have a bug where you have to put something in "start in". Have been searching froums but so far no luck. Thanks in advance!

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web