python:NameError:name' StandardError'没有定义运行kivy应用程序

时间:2018-01-30 20:50:47

标签: android python-3.x kivy restructuredtext docutils

我使用kivy和buildozer在android中创建了一个应用程序。没有rst模块,应用程序运行正常,但是当我在应用程序中使用rst时,我收到以下错误:

01-30 13:42:04.676  5746  5823 I python  :    File 
".../files/app/crystax_python/site-packages/docutils/__init__.py", 
line 112, in <module>
01-30 13:42:04.677  5746  5823 I python  :      class 
ApplicationError(StandardError):
01-30 13:42:04.677  5746  5823 I python  :  NameError: name 
'StandardError' is not defined
01-30 13:42:04.917  5746  5823 I python  : Python for android ended.

似乎发生了错误,因为crystax使用的docutils使用python2,而standardError属于python2,甚至我用python3构建应用程序。

顺便说一下,在笔记本电脑中,应用运行正常。

提前致谢。

0 个答案:

没有答案