简体   繁体   中英

How to run kivy after 1.9.1 on windows?

After the installation of Kivy 1.9.1 on Windows using the commands of Kivy installation tutorials, I can't run the program using "kivy ***.py". I don't know how to set up the environment variables, and I can't find it on the official websites.

  • Kivy: 1.9.1
  • Python: 3.4.4
  • Windows 10

Please HELP!

Thanks

确保您正在从* .py文件所在的文件夹中运行命令,“ kivy * .py”应从此处运行。

To run kivy application on windows it's simply

python *.py

But on MacOS it should be

kivy *.py

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM