简体   繁体   English

在没有终端的情况下打开kivy小部件?

[英]Opening kivy widgets without the terminal?

I'm new to programming and learning to use python with kivy. 我是编程和学习将Python与Kivy结合使用的新手。 I have windows 7. Is it possible to open kivy widgets without the terminal automatically opening in the background? 我有Windows 7.是否可以在不自动在后台打开终端的情况下打开kivy小部件?

use pythonw.exe that is in the python installation directories. 使用python安装目录中的pythonw.exe

if you have virtualenv installed and your kivy project rests in a virtualenv, 如果您安装了virtualenv,并且您的kivy项目位于virtualenv中,

try 尝试

/<virtual_env_foler>/scripts/pythonw.exe for pythonw.exe /<virtual_env_foler>/scripts/pythonw.exe用于pythonw.exe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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