简体   繁体   English

我可以在ASE上移植现有的python应用程序吗?

[英]Can I port my existing python apps on ASE?

I learned that the Android Scripting Environment (ASE) supports python code. 我了解到Android脚本环境(ASE)支持python代码。 Can I take my existing python programs and run them on android? 我可以使用现有的python程序并在android上运行它们吗?

Apart from the GUI, what else will I need to adapt? 除了GUI,我还需要适应什么? How can I find the list of supported python libraries for ASE? 如何找到ASE支持的python库的列表?

As of yet, there is no support for a gui on ASE apart from some simple input and display dialogs. 到目前为止,除了一些简单的输入和显示对话框外,还不支持ASE上的GUI。 Look at /sdcard/ase/extras/python to find libraries already available. 查看/ sdcard / ase / extras / python以查找已经可用的库。 You can add new libraries by copying them there. 您可以通过将新库复制到那里来添加它们。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以用python编写我的应用程序,然后从C运行它们吗? - Can I write my apps in python and then run them from C? 我不明白为什么我的端口扫描仪 Python 程序出错 - I can't understand why my Port Scanner Python program is giving errors 如何向我的 Python 端口扫描器添加提示,要求用户输入他们想要扫描的端口? - How can I add a prompt to my Python port scanner that asks users to enter what ports they want scanned? 如何在我的Python Google Apps Engine中使用PHP模块 - How can I use a PHP module in my Python Google Apps Engine 如何使用android模拟器(使用Ubuntu 12.04 + kivy)测试python应用程序? - How can I test my python apps using the android emulator (using Ubuntu 12.04 + kivy)? 如何更改我的pyramid / python web apps目录的权限? - How can I change the permissions on my pyramid/python web apps directories? 我怎么能运行两个python应用程序? - How can I run both python apps? 如何基于Python数据框中现有的值向新列添加值? - How can I add a value to a new column based on a value existing in my dataframe in Python? 如何将现有文件夹结构添加到我的visual studio项目(python工具)? - How can I add an existing folder structure to my visual studio project (python tools)? gremlin-python - 当我的程序存在时,如何避免“未关闭的客户端会话”? - gremlin-python - How can I avoid "Unclosed Client Session" when existing my program?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM