Python Kivy在导入时正在打印数字 [英] Python Kivy Is Printing numbers while importing it

查看:50
本文介绍了Python Kivy在导入时正在打印数字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚在我的virtualenv中安装了Kivy

I just installed Kivy in my virtualenv

我使用pip install https://github.com/kivy/kivy/archive/master.zip

我的依赖项

Python 2.7.10
Kivy==1.10.1.dev0
Cython==0.26.1
Kivy-Garden==0.1.4

当我尝试在终端中运行它时 使用命令from kivy.app import App

When I tried to run it in my terminal using command from kivy.app import App

它递归打印整数,我在下面附加了屏幕截图

Its printing integers recursively I have attached screenshot below

提前谢谢!

我也提出了GIT问题:- https://github.com/kivy/kivy/issues/5515

I Have Raised A GIT ISSUE ALSO :- https://github.com/kivy/kivy/issues/5515

推荐答案

Kivy不支持python 2.7,因此请将您的python更新为3x,然后重新安装kivy,我想它会起作用!

Kivy has no support to python 2.7 so kindly update your python to 3x then reinstall kivy I guess it will work!!

欢呼

这篇关于Python Kivy在导入时正在打印数字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆