-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jnius问题 #11
Comments
No module named 'jnius' |
尝试安装jnius-1.1.0.tar.gz失败: |
all the example are used for package test,don't run it on computer,especially the libs used for Android system such as jnius |
启动后,测试jniushello目录下的main.py
在该目录下进入命令行,运行: python3 main.py 失败, 提示如下:
kivydev@kivydev-VirtualBox:
/test/jniushello$ python3 main.py/test/jniushello$[INFO ] [Logger ] Record log in /home/kivydev/.kivy/logs/kivy_20-06-26_13.txt
[INFO ] [Kivy ] v1.11.1
[INFO ] [Kivy ] Installed at "/usr/local/python37/lib/python3.7/site-packages/kivy/init.py"
[INFO ] [Python ] v3.7.1 (default, Apr 28 2020, 20:55:30)
[GCC 5.4.0 20160609]
[INFO ] [Python ] Interpreter at "/usr/local/python37/bin/python3"
[INFO ] [Factory ] 184 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
[INFO ] [Text ] Provider: sdl2
Traceback (most recent call last):
File "main.py", line 3, in
from jnius import *
ModuleNotFoundError: No module named 'jnius'
kivydev@kivydev-VirtualBox:
The text was updated successfully, but these errors were encountered: