Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试通过双击“.py”文件来运行应用程序时,python 控制台屏幕会像往常一样弹出。为了防止它,我将扩展名更改为“.pyw”,但随后会弹出 mplayer.exe 控制台屏幕。我怎样才能隐藏那个屏幕。
这是屏幕截图
http://i.imgur.com/srn9y.png
该问题不再存在于https://bitbucket.org/dav1d/mplayerctrl/commits/c680a1d99ad2/下面的修复