python.exe flashes and close while running from windows scheduler
Last run result is showing : (0x1)
Everything was working perfect untill i uninstall and reinstall anaconda.
New reinstalled Anaconda3 folder is at same place.
Jupyter notebook and other stuffs are working fine except this Windows Scheduler.
Below image shows windows scheduler configuration.
PS. Program/script: path is : C:\Users\SBA25\AppData\Local\Continuum\Anaconda3\python.exe
Asked
Active
Viewed 229 times
-1

lil-wolf
- 372
- 2
- 15
-
Can you please include a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of your code please? – Jamie Feb 11 '20 at 14:10
-
@Jamie pls check. Ive attached an image – lil-wolf Feb 12 '20 at 04:30
1 Answers
0
Solved:
What is i did is: Made a batch file with code :
"C:\Users\SBA25\AppData\Local\Continuum\Anaconda3\python.exe" "C:\python_scripts\xml_to_csv.py"
pause
Then i run it and it got the error details : Which was saying me about numpy module not found error.
Which got resolved by adding system path to System Env Variable : Answer in Stackoverflow

lil-wolf
- 372
- 2
- 15