gpt4 book ai didi

python - kivy iOS部署错误

转载 作者:可可西里 更新时间:2023-11-01 04:44:16 24 4
gpt4 key购买 nike

我正在尝试在我的 kivy 应用程序中使用 tornado。在 Linux 和 Mac 上它工作正常,但在 iOS 上 Tornado 没有被导入。

2013-07-21 16:50:11.862 application[818:907] [Springtomize]: Loading into sb-external process

2013-07-21 16:50:12.868 application[818:907] PythonHome is: /var/mobile/Applications/B621455C-94BF-4AA7-97A3-B051F090C68A/application.app

2013-07-21 16:50:12.873 application[818:907] Initializing python

2013-07-21 16:50:13.232 application[818:907] Running main.pyo: /var/mobile/Applications/B621455C-94BF-4AA7-97A3-B051F090C68A/application.app/YourApp/main.pyo

[INFO ] Kivy v1.7.1

[INFO ] [Factory ] 144 symbols loaded

[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones

[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s

[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones

[DEBUG ] [Image ] option <dds> ignored by config

[DEBUG ] [Image ] option <pygame> ignored by config

[DEBUG ] [Image ] option <pil> ignored by config

[DEBUG ] [Image ] option <gif> ignored by config

[INFO ] [Image ] Providers: img_imageio, img_tex (img_dds, img_pygame, img_pil, img_gif ignored)

[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s

[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s

[DEBUG ] [Text ] Ignored <pygame> (import error)

[INFO ] [Text ] Provider: sdlttf(['text_pygame'] ignored)

Traceback (most recent call last):

File "/Users/0/Desktop/kivy-ios/app-application/YourApp/main.py", line 31, in <module>

**ImportError: No module named tornado.ioloop**

2013-07-21 16:50:14.449 application[818:907] Application quit abnormally!

2013-07-21 16:50:14.496 application[818:907] Leaving

在使用kivy构建并在iOS上部署时如何正确包含模块?

最佳答案

您需要在您的应用程序中包含所有您想要的 python 模块。请记住,您为 tornado 做了类似 pip installeasy_install 的操作?然后,您需要将自己融入到您的项目中。

(这有一天会改变,届时 kivy-ios 将能够像 python-for-android 那样将纯 python 模块安装到工具链中。)

关于python - kivy iOS部署错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17786436/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com