Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/329.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows:如何在空闲状态下在任务栏中静默运行任何python应用程序_Python_Windows_Pywin32_Win32com - Fatal编程技术网

Windows:如何在空闲状态下在任务栏中静默运行任何python应用程序

Windows:如何在空闲状态下在任务栏中静默运行任何python应用程序,python,windows,pywin32,win32com,Python,Windows,Pywin32,Win32com,可能重复: python有没有办法在任务栏的空闲状态下以静默方式运行基于python的应用程序您可以正常启动应用程序,然后通过pywin32 magic将其隐藏 或者,您可以将您的程序设置为一项服务,但我不确定这是如何实现的。这是什么意思?“静默在任务栏”,“空闲状态”。请详细说明。@DavidHeffernan我的意思是,如何将任何基于python的应用程序最小化到Windows操作系统的系统托盘中,您使用的是什么GUI框架?需要详细信息@DavidHeffernan WxPython任何P

可能重复:


python有没有办法在任务栏的空闲状态下以静默方式运行基于python的应用程序

您可以正常启动应用程序,然后通过pywin32 magic将其隐藏


或者,您可以将您的程序设置为一项服务,但我不确定这是如何实现的。

这是什么意思?“静默在任务栏”,“空闲状态”。请详细说明。@DavidHeffernan我的意思是,如何将任何基于python的应用程序最小化到Windows操作系统的系统托盘中,您使用的是什么GUI框架?需要详细信息@DavidHeffernan WxPython任何Python2.7Google搜索WxPython和托盘图标或通知图标都会产生大量点击,告诉您如何做