chengxing2016 / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

Error at importing module. #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I download third-party modules and put them to path /sdcard/sl4a
When I try import them from console importing finish successfully, but when I 
try import them from script through 
import <module_name>
The error "No module named <module_name> has appiared. Why?
My system is Android 2.2 froyo, version if sl4a is r5, py4a has latest version.
P.S. Sorry for my poor English

Original issue reported on code.google.com by skeep...@gmail.com on 9 Feb 2012 at 2:25

GoogleCodeExporter commented 8 years ago
Please read http://code.google.com/p/python-for-android/wiki/Modules and 
http://code.google.com/p/python-for-android/wiki/BuildingModules

Original comment by rjmatthews62 on 3 Apr 2012 at 2:37