适用于 Android 的 Python 支持 lxml。但是如何导入呢?在谷歌网站上,recipe.sh 文件中有一个模块。但我无法通过那里的外壳运行它。我收到一些错误:
app_122@android:/mnt/sdcard $ sh recipe.sh
: nor found]
recipe.sh[6]: get_directory: not found
: not found]
recipe.sh[9]: syntax error: '{^M' expected
1 app_122@android:/mnt/sdcard
我不能只获取一些 .py 文件并将其简单地导入我的程序吗?
我使用了这段代码: https ://github.com/kivy/python-for-android/blob/master/recipes/lxml/recipe.sh
有人可以帮忙吗?