使用 IDLE(python GUI)Windows server 2012 运行的计划任务 python

Posted

技术标签:

【中文标题】使用 IDLE(python GUI)Windows server 2012 运行的计划任务 python【英文标题】:Scheduled tasks python running with IDLE(python GUI) Windows server 2012 【发布时间】:2017-03-04 13:29:25 【问题描述】:

如何设置任务管理器以使用 IDLE (Python GUI) 或 python windows shell 运行我的 python 脚本?

【问题讨论】:

IDLE 是一个用于开发程序的 IDE,而不是用于在生产环境中运行它们。只需使用 python.exe 和所需的任何参数运行您的脚本。 【参考方案1】:

似乎我不需要在 python windows shell 上运行我的 python 脚本,我只是删除了将显示在 cmdshell 上的任何 prints,而是将它们存储在变量中,然后设置我的任务调度程序

程序/脚本:

C:\python27\python.exe

添加参数:

[my script including its directory] C:\scrape.py

【讨论】:

以上是关于使用 IDLE(python GUI)Windows server 2012 运行的计划任务 python的主要内容,如果未能解决你的问题,请参考以下文章

IDLE的GUI交互模式下完美清屏

python IDLE简介及使用技巧

python 自带的 idle 如何清空窗口

Python学习第一二章

Python Chapter 9: 使用Tkinter进行GUI程序设计 Part 3

如何在不阻塞的情况下使用 mpd.idle() 从 GTK 轮询 MPD