.pyw and pythonw does not run under Windows 7

后端 未结 7 1407
猫巷女王i
猫巷女王i 2020-12-13 19:46

Running a simple .py or .pyw python file causes python.exe to show up under Task Manager.

python myApp.py
python myApp.pyw

How

7条回答
  •  一个人的身影
    2020-12-13 20:14

    I had a similar problem after an upgrade to my computer RAM. Turns out I had to reinstall Pillow (library used for image processing). So make sure it is installed and if it's not, install it using "pip install Pillow" in cmd.

提交回复
热议问题