Hi, I am trying to schedule a python compiled file to run using windows scheduler. But it does'nt run successfully
The script writes to a SQL server database installed on the same machine as python and the script resides on the same machine.
The script imports the urllib, sys, threading, datetime, optparse, csv & odbc modules.
What am I missing?
Thanks.